From 8e005517a2653362341119de257b1c51da571c60 Mon Sep 17 00:00:00 2001 From: Jake Howard <6527489+RealOrangeOne@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:21:54 +0100 Subject: [PATCH] Upgrade database to PostgreSQL 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 7a2875d..e11493c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: services: postgres: - image: postgres:14 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres # pragma: allowlist secret