mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-09 21:51:36 +08:00
Merge pull request #529 from nextcloud/fix/noid/ci_for_nc16
Updated max-version to 16
This commit is contained in:
commit
050dcb8eae
2 changed files with 8 additions and 10 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue