ci: Upgrade PostgreSQL to v16 in elixir workflow (#3916)

This commit is contained in:
JakobLichterfeld
2024-05-25 09:10:39 +02:00
committed by GitHub
parent 8a91bc0240
commit 75db8e7903

View File

@@ -129,7 +129,7 @@ jobs:
services: services:
db: db:
image: postgres:15 image: postgres:16
ports: ["5432:5432"] ports: ["5432:5432"]
env: env:
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres