]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use the PHP 7.1-3 tag
authorLukas Reschke <lukas@statuscode.ch>
Wed, 7 Sep 2016 20:24:29 +0000 (22:24 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Wed, 7 Sep 2016 20:24:29 +0000 (22:24 +0200)
Bumps the PHP version from beta2 to RC1

.drone.yml

index e88b472e2c98459da43a29293ee9b719aebc58f4..a03ebcd21eb2586d2e37685d41ea831ea8d50e22 100644 (file)
@@ -16,7 +16,7 @@ build:
       - git submodule update --init
       - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
   nodb-php7.1:
-    image: nextcloudci/php7.1:php7.1-1
+    image: nextcloudci/php7.1:php7.1-3
     commands:
       - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
       - git submodule update --init
@@ -34,7 +34,7 @@ build:
       - git submodule update --init
       - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
   sqlite-php7.1:
-    image: nextcloudci/php7.1:php7.1-1
+    image: nextcloudci/php7.1:php7.1-3
     commands:
       - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
       - git submodule update --init