mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
fix postgresql tests
we don't support pgsql 10 yet. because Doctrine does not either. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
35641b54a0
commit
be97297c96
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ services:
|
|||
matrix:
|
||||
ENABLE_REDIS_CLUSTER: true
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:9
|
||||
environment:
|
||||
- POSTGRES_USER=oc_autotest
|
||||
- POSTGRES_PASSWORD=owncloud
|
||||
|
|
|
|||
Loading…
Reference in a new issue