Merge pull request #5995 from nextcloud/drone_mysql_71
Add PHP 7.1 mysql job to drone
This commit is contained in:
commit
1247bd8755
11
.drone.yml
11
.drone.yml
|
@ -209,6 +209,14 @@ pipeline:
|
||||||
matrix:
|
matrix:
|
||||||
DB: mysql
|
DB: mysql
|
||||||
PHP: "7.0"
|
PHP: "7.0"
|
||||||
|
mysql-php7.1:
|
||||||
|
image: nextcloudci/php7.1:php7.1-12
|
||||||
|
commands:
|
||||||
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
|
||||||
|
when:
|
||||||
|
matrix:
|
||||||
|
DB: mysql
|
||||||
|
PHP: 7.1
|
||||||
postgres-php5.6:
|
postgres-php5.6:
|
||||||
image: nextcloudci/php5.6:php5.6-7
|
image: nextcloudci/php5.6:php5.6-7
|
||||||
commands:
|
commands:
|
||||||
|
@ -588,6 +596,9 @@ matrix:
|
||||||
- DB: mysql
|
- DB: mysql
|
||||||
PHP: 7.0
|
PHP: 7.0
|
||||||
ENABLE_REDIS: true
|
ENABLE_REDIS: true
|
||||||
|
- DB: mysql
|
||||||
|
PHP: 7.1
|
||||||
|
ENABLE_REDIS: true
|
||||||
- DB: postgres
|
- DB: postgres
|
||||||
PHP: 5.6
|
PHP: 5.6
|
||||||
ENABLE_REDIS: true
|
ENABLE_REDIS: true
|
||||||
|
|
Loading…
Reference in New Issue