Use postgres 14

This commit is contained in:
jelmert 2025-04-08 09:44:42 +02:00
parent edd9a3c3c3
commit a8e3298260
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
services:
postgres:
image: postgres:13-alpine
image: postgres:14-alpine
env:
POSTGRES_USER: ${{ env.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}

View file

@ -1,6 +1,6 @@
services:
postgres:
image: postgres:13-alpine
image: postgres:14-alpine
environment:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_DB: modelutils