summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorBenedikt Geissler <benedikt@g5r.eu>2017-07-28 11:43:48 +0200
committerBenedikt Geissler <benedikt@g5r.eu>2017-07-31 12:12:55 +0200
commit8a3f3e8c4a029b2e395665f4e37bb820844c517b (patch)
treef2a61b7001bc44603578f0d77faddf8133ae967d /.drone.yml
parentade7d89e36963eb162dc0aa2a9874e05930e505b (diff)
downloadnextcloud-server-8a3f3e8c4a029b2e395665f4e37bb820844c517b.tar.gz
nextcloud-server-8a3f3e8c4a029b2e395665f4e37bb820844c517b.zip
Drop PHP 7.1 test
Signed-off-by: Benedikt Geissler <benedikt@g5r.eu>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.drone.yml b/.drone.yml
index e38d7c19358..11bc75092d5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -219,15 +219,6 @@ pipeline:
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:
@@ -592,9 +583,6 @@ matrix:
- DB: postgres
PHP: 7.0
ENABLE_REDIS: true
- - DB: postgres
- PHP: 7.1
- ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 5.6
ENABLE_REDIS: true