From 33669386e37432c4b0f34240a1e784e1c7ca3c6b Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Wed, 22 Oct 2025 11:11:04 +0100 Subject: [PATCH] Test on Postgres 17 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 392acf5d8..b07d65ed5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: ports: - 6379:6379 postgres: - image: postgres:15-alpine + image: postgres:17-alpine env: POSTGRES_DB: ureport POSTGRES_USER: ureport