From abcca08f0b2c388311faf79173e08478908dd5a0 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 7 Mar 2026 14:27:43 -0600 Subject: [PATCH] fix: upgrade to PostgreSQL 17 for transaction_timeout support --- .forgejo/workflows/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index d89b409d..bb2cb21c 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -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