From df268fef344568346ca6b8c0b72cd1b9213f8954 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 23 Aug 2017 18:25:37 +0200 Subject: [PATCH] Properly quote 7.0 so drone handles it right Signed-off-by: Roeland Jago Douma --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index adcf1cc0da..c048e2fc6f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -299,7 +299,7 @@ pipeline: when: matrix: DB: postgres - PHP: 7.0 + PHP: "7.0" mysqlmb4-php5.6: image: nextcloudci/php5.6:php5.6-8 commands: