Upgrade CI to PostgreSQL 14

This commit is contained in:
Bruno Alla 2025-04-04 09:18:33 +01:00
parent 35c455dbc5
commit 20120973ac

View File

@ -81,7 +81,7 @@ jobs:
ports: ports:
- 6379:6379 - 6379:6379
postgres: postgres:
image: postgres:13 image: postgres:14
ports: ports:
- 5432:5432 - 5432:5432
env: env: