mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 01:24:35 +08:00
Add stable9.1 to tests
This commit is contained in:
parent
7e98f3431b
commit
a218cebc91
1 changed files with 3 additions and 1 deletions
|
@ -82,6 +82,8 @@ matrix:
|
|||
include:
|
||||
- php: 5.6
|
||||
env: DB=mysql
|
||||
- php: 5.6
|
||||
env: DB=mysql;CORE_BRANCH=stable9.1
|
||||
- php: 5.6
|
||||
env: DB=pgsql
|
||||
- php: 5.6
|
||||
|
@ -89,7 +91,7 @@ matrix:
|
|||
- php: 5.6
|
||||
env: DB=mysql;CODECHECK=2
|
||||
- php: 5.6
|
||||
env: DB=mysql;JSTESTS=1;CODECHECK=1
|
||||
env: DB=mysql;JSTESTS=1;
|
||||
- php: 7.0
|
||||
env: DB=mysql;CODECHECK=1
|
||||
- php: 7.0
|
||||
|
|
Loading…
Reference in a new issue