Merge pull request #2415 from internetee/renovate/postgres-14.x

Update postgres Docker tag to v14
This commit is contained in:
Thiago Youssef 2022-08-14 22:14:45 -03:00 committed by GitHub
commit f3897f29f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
test:
services:
postgres:
image: postgres:12
image: postgres:14
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: password