summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-08-04 17:33:52 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-09 15:12:01 +0200
commit0857780eb0d4e16ad29d1a7b17e00257f029b736 (patch)
treed4b962b0baede0fd1449e11cf3d451cf4fc07f9c /.drone.yml
parente9dc4f107a25ecaddb1f1bbd979e397540a1b3c8 (diff)
downloadnextcloud-server-0857780eb0d4e16ad29d1a7b17e00257f029b736.tar.gz
nextcloud-server-0857780eb0d4e16ad29d1a7b17e00257f029b736.zip
Update PHP 7.2 container
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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 eff40807d04..0cfbe6403dc 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -172,7 +172,7 @@ pipeline:
DB: NODB
PHP: 7.1
nodb-php7.2:
- image: nextcloudci/php7.2:php7.2-3
+ image: nextcloudci/php7.2:php7.2-4
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -204,7 +204,7 @@ pipeline:
DB: sqlite
PHP: 7.1
sqlite-php7.2:
- image: nextcloudci/php7.2:php7.2-3
+ image: nextcloudci/php7.2:php7.2-4
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: