Browse Source

fix postgresql tests

we don't support pgsql 10 yet. because Doctrine does not either.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v13.0.0beta1
blizzz 6 years ago
parent
commit
9bbb6ffb23
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -834,7 +834,7 @@ services:
matrix:
ENABLE_REDIS_CLUSTER: true
postgres:
image: postgres
image: postgres:9
environment:
- POSTGRES_USER=oc_autotest
- POSTGRES_PASSWORD=owncloud

Loading…
Cancel
Save