summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-11-02 23:35:40 +0100
committerLukas Reschke <lukas@statuscode.ch>2016-11-02 23:35:40 +0100
commita2def38a7a3eadcd5b90aae3b1eac9e4de68ddb2 (patch)
tree8ee79563bc63a9faddaaef99541ac5ab6e5bc683 /.drone.yml
parent39573e602d5e38e4b71b3d197d08798dd9558659 (diff)
downloadnextcloud-server-a2def38a7a3eadcd5b90aae3b1eac9e4de68ddb2.tar.gz
nextcloud-server-a2def38a7a3eadcd5b90aae3b1eac9e4de68ddb2.zip
Use PHP 7.1 RC5 for CI
This image has PHP 7.1 RC5 inside and the currently used one only RC4. 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 35ed0c74593..339e38c17d5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -107,7 +107,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:
@@ -131,7 +131,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: