Add PHP 7.1 mysql job to drone

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-08-06 10:45:10 +02:00
parent 2d7e7212fa
commit 5164f25a54
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 11 additions and 0 deletions

View File

@ -209,6 +209,14 @@ pipeline:
matrix:
DB: mysql
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:
image: nextcloudci/php5.6:php5.6-7
commands:
@ -588,6 +596,9 @@ matrix:
- DB: mysql
PHP: 7.0
ENABLE_REDIS: true
- DB: mysql
PHP: 7.1
ENABLE_REDIS: true
- DB: postgres
PHP: 5.6
ENABLE_REDIS: true