Use Postgres 14.5 instead of 15
since 15 is not officially supported by Nextcloud
This commit is contained in:
parent
53dbab8ed9
commit
273cb86128
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -151,7 +151,7 @@ jobs:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:14.5
|
||||
ports:
|
||||
- 4444:5432/tcp
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user