Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-08-10 15:26:00 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-09-14 16:40:23 +0300
commitbe0ecce9bcd9ce1a93a4735c442df1be86c1622a (patch)
treeac17bbd9734984e11b5a64f411f231e42db5b11a /.drone.yml
parentecd728c3b2ad67ef19d44f177132e39007f226fc (diff)
Add 7.2 jobs for mysql & mysqlmb4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 8e9f2c2d270..27cdaece4cf 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -234,6 +234,14 @@ pipeline:
matrix:
DB: mysql
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:
image: nextcloudci/php5.6:php5.6-8
commands:
@@ -333,6 +341,14 @@ pipeline:
matrix:
DB: mysqlmb4
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:
image: nextcloudci/integration-php7.0:integration-php7.0-6
commands:
@@ -707,6 +723,9 @@ matrix:
- DB: mysql
PHP: 7.1
ENABLE_REDIS: true
+ - DB: mysql
+ PHP: 7.2
+ ENABLE_REDIS: false
- DB: mysql5.6
PHP: 5.6
ENABLE_REDIS: true
@@ -743,6 +762,9 @@ matrix:
- DB: mysqlmb4
PHP: 7.1
ENABLE_REDIS: true
+ - DB: mysqlmb4
+ PHP: 7.2
+ ENABLE_REDIS: false
- TESTS: integration-capabilities_features
- TESTS: integration-federation_features
- TESTS: integration-maintenance-mode