]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use PHP 7.1 RC5 for CI 1990/head
authorLukas Reschke <lukas@statuscode.ch>
Wed, 2 Nov 2016 22:35:40 +0000 (23:35 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Wed, 2 Nov 2016 22:35:40 +0000 (23:35 +0100)
This image has PHP 7.1 RC5 inside and the currently used one only RC4.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
.drone.yml

index 35ed0c7459394fd9101def311fe7a1d06933bb79..339e38c17d5a5c7a70059e8720c0b99f5097ed73 100644 (file)
@@ -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: