Update Postgres to v15 in CI

This commit is contained in:
Sebastian Serth
2022-11-25 10:50:21 +01:00
parent bdba2db7a6
commit 673c4b57fe

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
db: db:
image: postgres:14 image: postgres:15
env: env:
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
ports: ports: