From 0857780eb0d4e16ad29d1a7b17e00257f029b736 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 4 Aug 2017 17:33:52 +0200 Subject: Update PHP 7.2 container Signed-off-by: Lukas Reschke --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index eff40807d04..0cfbe6403dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -172,7 +172,7 @@ pipeline: DB: NODB PHP: 7.1 nodb-php7.2: - image: nextcloudci/php7.2:php7.2-3 + image: nextcloudci/php7.2:php7.2-4 commands: - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite when: @@ -204,7 +204,7 @@ pipeline: DB: sqlite PHP: 7.1 sqlite-php7.2: - image: nextcloudci/php7.2:php7.2-3 + image: nextcloudci/php7.2:php7.2-4 commands: - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite when: -- cgit v1.2.3