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:
authorBenedikt Geissler <benedikt@g5r.eu>2017-07-27 22:11:34 +0300
committerBenedikt Geissler <benedikt@g5r.eu>2017-07-31 13:12:55 +0300
commitade7d89e36963eb162dc0aa2a9874e05930e505b (patch)
treea003849cff7f9f6566fb0d2d3df92d874c1e2071 /.drone.yml
parent7b2c08a31a102722c02f1546ecea9af378c9a3dd (diff)
Also test PHP 7.0 and 7.1 with PostgreSQL
Signed-off-by: Benedikt Geissler <benedikt@g5r.eu>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 8630b0ebb27..e38d7c19358 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -210,6 +210,24 @@ pipeline:
matrix:
DB: postgres
PHP: 5.6
+ postgres-php7.0:
+ image: nextcloudci/php7.0:php7.0-13
+ commands:
+ - sleep 10 # gives the database enough time to initialize
+ - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
+ when:
+ matrix:
+ DB: postgres
+ PHP: 7.0
+ postgres-php7.1:
+ image: nextcloudci/php7.1:php7.1-12
+ commands:
+ - sleep 10 # gives the database enough time to initialize
+ - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
+ when:
+ matrix:
+ DB: postgres
+ PHP: 7.1
mysqlmb4-php5.6:
image: nextcloudci/php5.6:php5.6-7
commands:
@@ -571,6 +589,12 @@ matrix:
- DB: postgres
PHP: 5.6
ENABLE_REDIS: true
+ - DB: postgres
+ PHP: 7.0
+ ENABLE_REDIS: true
+ - DB: postgres
+ PHP: 7.1
+ ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 5.6
ENABLE_REDIS: true