Merge pull request #6245 from nextcloud/postgres
[Drone] Properly quote "7.0" in drone so it actually runs tests
This commit is contained in:
commit
a17aba4e23
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