From 4e2af91172d3e8305a3d9e45ee47dab7d7ad8a66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:14:06 +0000 Subject: [PATCH] Update postgres Docker tag to v17 --- .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 8922fd9..f1638fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: RAILS_ENV: test services: postgres: - image: postgres:11 + image: postgres:17 env: POSTGRES_USER: affordable_housing_monitoring POSTGRES_PASSWORD: postgres