mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Properly quote 7.0 so drone handles it right
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
34716f99a2
commit
df268fef34
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue