Merge pull request #2500 from internetee/renovate/postgres-15.x

Update postgres Docker tag to v15
This commit is contained in:
OlegPhenomenon 2022-12-07 16:17:47 +02:00 committed by GitHub
commit 04dd4cd6ef
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:14
image: postgres:15
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: password