Also run mysql test on php7.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
21f2fe5cb9
commit
c0f9a397d7
11
.drone.yml
11
.drone.yml
|
@ -201,6 +201,14 @@ pipeline:
|
||||||
matrix:
|
matrix:
|
||||||
DB: mysql
|
DB: mysql
|
||||||
PHP: 5.6
|
PHP: 5.6
|
||||||
|
mysql-php7.0:
|
||||||
|
image: nextcloudci/php7.0:php7.0-13
|
||||||
|
commands:
|
||||||
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
||||||
|
when:
|
||||||
|
matrix:
|
||||||
|
DB: mysql
|
||||||
|
PHP: "7.0"
|
||||||
postgres-php5.6:
|
postgres-php5.6:
|
||||||
image: nextcloudci/php5.6:php5.6-7
|
image: nextcloudci/php5.6:php5.6-7
|
||||||
commands:
|
commands:
|
||||||
|
@ -577,6 +585,9 @@ matrix:
|
||||||
- DB: mysql
|
- DB: mysql
|
||||||
PHP: 5.6
|
PHP: 5.6
|
||||||
ENABLE_REDIS: true
|
ENABLE_REDIS: true
|
||||||
|
- DB: mysql
|
||||||
|
PHP: 7.0
|
||||||
|
ENABLE_REDIS: true
|
||||||
- DB: postgres
|
- DB: postgres
|
||||||
PHP: 5.6
|
PHP: 5.6
|
||||||
ENABLE_REDIS: true
|
ENABLE_REDIS: true
|
||||||
|
|
Loading…
Reference in New Issue