summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-10-10 13:17:19 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-10 13:17:19 +0200
commit7c48c5d8f726195672972a5bc4812f0788af68f2 (patch)
tree7edb745a6fac3f7314126596d8b49cb4944e2e1b /.drone.yml
parent2dcd97bf144fac80d68df813d9d002bcbe3e1d6b (diff)
downloadnextcloud-server-7c48c5d8f726195672972a5bc4812f0788af68f2.tar.gz
nextcloud-server-7c48c5d8f726195672972a5bc4812f0788af68f2.zip
Bump 7.1 CI to RC3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 92dde90bf6d..c54907cc5d9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -100,7 +100,7 @@ pipeline:
DB: NODB
PHP: "7.0"
nodb-php7.1:
- image: nextcloudci/php7.1:php7.1-3
+ image: nextcloudci/php7.1:php7.1-5
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -124,7 +124,7 @@ pipeline:
DB: sqlite
PHP: "7.0"
sqlite-php7.1:
- image: nextcloudci/php7.1:php7.1-3
+ image: nextcloudci/php7.1:php7.1-5
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: