summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-24 20:46:15 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-24 20:46:15 +0100
commit2ddee155f7ee027f5dad7aa0cc4e4ab4a2cdbc1e (patch)
tree29a66a799bdc1005e5c337ed2cc3377e1f311922 /.drone.yml
parente3489d92fd820c1a94251d007e0189c8588eaee2 (diff)
downloadnextcloud-server-2ddee155f7ee027f5dad7aa0cc4e4ab4a2cdbc1e.tar.gz
nextcloud-server-2ddee155f7ee027f5dad7aa0cc4e4ab4a2cdbc1e.zip
Bump php7.1 container to RC6
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 3b56e54278b..51c2eb3a461 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -113,7 +113,7 @@ pipeline:
DB: NODB
PHP: "7.0"
nodb-php7.1:
- image: nextcloudci/php7.1:php7.1-9
+ image: nextcloudci/php7.1:php7.1-10
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -137,7 +137,7 @@ pipeline:
DB: sqlite
PHP: "7.0"
sqlite-php7.1:
- image: nextcloudci/php7.1:php7.1-9
+ image: nextcloudci/php7.1:php7.1-10
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: