fix: upgrade to PostgreSQL 17 for transaction_timeout support

This commit is contained in:
Graham McIntire 2026-03-07 14:27:43 -06:00
parent 4acf0d5248
commit abcca08f0b
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ jobs:
services:
postgres:
image: timescale/timescaledb:latest-pg16
image: timescale/timescaledb:latest-pg17
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -86,7 +86,7 @@ jobs:
services:
postgres:
image: timescale/timescaledb:latest-pg16
image: timescale/timescaledb:latest-pg17
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres