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
services:
db:
image: postgres:14
image: postgres:15
env:
POSTGRES_PASSWORD: postgres
ports: