summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-08-27 14:13:44 +0200
committerGitHub <noreply@github.com>2017-08-27 14:13:44 +0200
commita17aba4e23c7ab6eecba7c655266f511e14212fc (patch)
treef2a33ec98b8fa38d5b4fed6037ed88862534a181
parent34716f99a24b33494bdefc0f38416f498ee0ba7f (diff)
parentdf268fef344568346ca6b8c0b72cd1b9213f8954 (diff)
downloadnextcloud-server-a17aba4e23c7ab6eecba7c655266f511e14212fc.tar.gz
nextcloud-server-a17aba4e23c7ab6eecba7c655266f511e14212fc.zip
Merge pull request #6245 from nextcloud/postgres
[Drone] Properly quote "7.0" in drone so it actually runs tests
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index adcf1cc0da2..c048e2fc6fc 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: