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
|
||||
php:
|
||||
- 7
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
env:
|
||||
|
|
@ -86,13 +84,13 @@ addons:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- php: 7.0
|
||||
- php: 7.1
|
||||
env: DB=mysql;
|
||||
# - php: 7.0
|
||||
# env: DB=sqlite;CLOUD=owncloud;SERVER_FOLDER=core
|
||||
# - php: 7.0
|
||||
# env: DB=mysql;CLOUD=owncloud;SERVER_FOLDER=core
|
||||
- php: 7.0
|
||||
- php: 7.1
|
||||
env: DB=mysql;JSTESTS=1;
|
||||
- php: 7.2
|
||||
env: DB=mysql;
|
||||
- php: 7.2
|
||||
env: DB=mysql;JSTESTS=1;
|
||||
allow_failures:
|
||||
- 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 min-version="5.5">mysql</database>
|
||||
<lib>openssl</lib>
|
||||
<nextcloud min-version="14" max-version="15"/>
|
||||
<owncloud min-version="14" max-version="15"/>
|
||||
<nextcloud min-version="14" max-version="16"/>
|
||||
<owncloud min-version="14" max-version="16"/>
|
||||
</dependencies>
|
||||
|
||||
<background-jobs>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue