drop support for 14 (EOL)

includes version bump

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2019-09-19 16:18:17 +02:00
parent 7ef2506481
commit ed79b2cbe0
No known key found for this signature in database
GPG key ID: 7424F1874854DF23
2 changed files with 2 additions and 46 deletions

View file

@ -227,47 +227,3 @@ trigger:
event:
- pull_request
- push
---
kind: pipeline
name: tests-14
clone:
depth: 1
steps:
- name: php7.0-stable14
image: nextcloudci/php7.0:php7.0-19
environment:
APP_NAME: user_saml
CORE_BRANCH: stable14
DB: sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server/apps/$APP_NAME
- cd tests/unit/
- phpunit --configuration phpunit.xml
- name: integration-tests-stable14
image: nextcloudci/user_saml_shibboleth-php7:user_saml_shibboleth_php7-5
environment:
CORE_BRANCH: stable14
commands:
- /start.sh &
- sleep 3
- rm -rf /var/www/html
- cd /var/www/
- git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server html
- cd /var/www/html && git submodule update --init
# use local clone
- cp -r /drone/src /var/www/html/apps/user_saml
- scl enable rh-php70 "bash -c 'php /var/www/html/occ maintenance:install --database sqlite --admin-pass password; php /var/www/html/occ app:enable user_saml'"
- chown -R apache:apache /var/www/html/
- scl enable rh-php70 "bash -c 'cd /var/www/html/apps/user_saml/tests/integration && vendor/bin/behat'"
trigger:
branch:
- master
event:
- pull_request
- push

View file

@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
<version>2.4.0</version>
<version>2.5.0</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
@ -30,7 +30,7 @@ While theoretically any other authentication provider implementing either one of
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/2.png</screenshot>
<dependencies>
<nextcloud min-version="14" max-version="18" />
<nextcloud min-version="15" max-version="18" />
</dependencies>
<settings>
<admin>OCA\User_SAML\Settings\Admin</admin>