Add 7.2 jobs for mysql & mysqlmb4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-08-10 14:26:00 +02:00
parent ecd728c3b2
commit be0ecce9bc
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -234,6 +234,14 @@ pipeline:
matrix: matrix:
DB: mysql DB: mysql
PHP: 7.1 PHP: 7.1
mysql-php7.2:
image: nextcloudci/php7.2:php7.2-4
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql
PHP: 7.2
mysql5.6-php5.6: mysql5.6-php5.6:
image: nextcloudci/php5.6:php5.6-8 image: nextcloudci/php5.6:php5.6-8
commands: commands:
@ -333,6 +341,14 @@ pipeline:
matrix: matrix:
DB: mysqlmb4 DB: mysqlmb4
PHP: 7.1 PHP: 7.1
mysqlmb4-php7.2:
image: nextcloudci/php7.2:php7.2-4
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
when:
matrix:
DB: mysqlmb4
PHP: 7.2
integration-capabilities_features: integration-capabilities_features:
image: nextcloudci/integration-php7.0:integration-php7.0-6 image: nextcloudci/integration-php7.0:integration-php7.0-6
commands: commands:
@ -707,6 +723,9 @@ matrix:
- DB: mysql - DB: mysql
PHP: 7.1 PHP: 7.1
ENABLE_REDIS: true ENABLE_REDIS: true
- DB: mysql
PHP: 7.2
ENABLE_REDIS: false
- DB: mysql5.6 - DB: mysql5.6
PHP: 5.6 PHP: 5.6
ENABLE_REDIS: true ENABLE_REDIS: true
@ -743,6 +762,9 @@ matrix:
- DB: mysqlmb4 - DB: mysqlmb4
PHP: 7.1 PHP: 7.1
ENABLE_REDIS: true ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 7.2
ENABLE_REDIS: false
- TESTS: integration-capabilities_features - TESTS: integration-capabilities_features
- TESTS: integration-federation_features - TESTS: integration-federation_features
- TESTS: integration-maintenance-mode - TESTS: integration-maintenance-mode