From 13168ffbbaaa52fed52b2c0b83298ede2fd369c7 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 21 Oct 2016 11:37:08 +0200 Subject: [PATCH] Bump to php7.1 RC4 Signed-off-by: Roeland Jago Douma --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 78cdefd82b4..2b5407e0df6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -100,7 +100,7 @@ pipeline: DB: NODB PHP: "7.0" nodb-php7.1: - image: nextcloudci/php7.1:php7.1-5 + image: nextcloudci/php7.1:php7.1-6 commands: - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite when: @@ -124,7 +124,7 @@ pipeline: DB: sqlite PHP: "7.0" sqlite-php7.1: - image: nextcloudci/php7.1:php7.1-5 + image: nextcloudci/php7.1:php7.1-6 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite when: -- 2.39.5