Merge pull request #529 from nextcloud/fix/noid/ci_for_nc16

Updated max-version to 16
This commit is contained in:
newhinton 2019-05-12 11:43:13 +02:00 committed by GitHub
commit 050dcb8eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 10 deletions

View file

@ -1,7 +1,5 @@
language: php language: php
php: php:
- 7
- 7.0
- 7.1 - 7.1
- 7.2 - 7.2
env: env:
@ -86,13 +84,13 @@ addons:
matrix: matrix:
include: include:
- php: 7.0 - php: 7.1
env: DB=mysql; env: DB=mysql;
# - php: 7.0 - php: 7.1
# env: DB=sqlite;CLOUD=owncloud;SERVER_FOLDER=core env: DB=mysql;JSTESTS=1;
# - php: 7.0 - php: 7.2
# env: DB=mysql;CLOUD=owncloud;SERVER_FOLDER=core env: DB=mysql;
- php: 7.0 - php: 7.2
env: DB=mysql;JSTESTS=1; env: DB=mysql;JSTESTS=1;
allow_failures: allow_failures:
- env: DB=sqlite;CODECHECK=2 - env: DB=sqlite;CODECHECK=2

View file

@ -42,8 +42,8 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
<database>pgsql</database> <database>pgsql</database>
<database min-version="5.5">mysql</database> <database min-version="5.5">mysql</database>
<lib>openssl</lib> <lib>openssl</lib>
<nextcloud min-version="14" max-version="15"/> <nextcloud min-version="14" max-version="16"/>
<owncloud min-version="14" max-version="15"/> <owncloud min-version="14" max-version="16"/>
</dependencies> </dependencies>
<background-jobs> <background-jobs>