summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index e632edfa03d..5c407bf8663 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -110,7 +110,7 @@ pipeline:
DB: NODB
PHP: "7.0"
nodb-php7.1:
- image: nextcloudci/php7.1:php7.1-6
+ image: nextcloudci/php7.1:php7.1-8
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -134,7 +134,7 @@ pipeline:
DB: sqlite
PHP: "7.0"
sqlite-php7.1:
- image: nextcloudci/php7.1:php7.1-6
+ image: nextcloudci/php7.1:php7.1-8
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: