From 83339ae10cf4bbcbbdd6ea970f3f4c7b59ce555f Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Sat, 30 Jun 2018 00:29:46 +0200 Subject: [PATCH] use older image for disabled redis tests Signed-off-by: Arthur Schiwon --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f046dd688e..6173c155c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -184,7 +184,7 @@ pipeline: DB: NODB PHP: 7.1 nodb-php7.2: - image: nextcloudci/php7.2:php7.2-12 + image: nextcloudci/php7.2:php7.2-11 commands: - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite when: