From a2def38a7a3eadcd5b90aae3b1eac9e4de68ddb2 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 2 Nov 2016 23:35:40 +0100 Subject: [PATCH] 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 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 35ed0c7459..339e38c17d 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: