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