From 15e970f9267864f3e8acb56a7b61af49aa90b113 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:45:43 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18 --- .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 d8743b8..90c90af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: services: postgres: - image: postgres:17 + image: postgres:18 env: POSTGRES_PASSWORD: 123 POSTGRES_DB: test_db