summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-08-23 18:25:37 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-08-26 19:01:56 +0200
commitdf268fef344568346ca6b8c0b72cd1b9213f8954 (patch)
treef2a33ec98b8fa38d5b4fed6037ed88862534a181 /.drone.yml
parent34716f99a24b33494bdefc0f38416f498ee0ba7f (diff)
downloadnextcloud-server-df268fef344568346ca6b8c0b72cd1b9213f8954.tar.gz
nextcloud-server-df268fef344568346ca6b8c0b72cd1b9213f8954.zip
Properly quote 7.0 so drone handles it right
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-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: