[PostGres Checkpointer] Run CI on PG15 as well (#1953)

This commit is contained in:
William FH
2024-10-02 19:16:58 +00:00
committed by GitHub
parent 7ede237508
commit 6c0da426c6
2 changed files with 20 additions and 7 deletions
@@ -1,6 +1,6 @@
services:
postgres-test:
image: postgres:16
image: postgres:${POSTGRES_VERSION:-16}
ports:
- "5441:5432"
environment: