From ba82e8da6ce1685dfe9344c2bc5a11395ef025c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:06:23 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a6fb58..fbaa823 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: test: services: postgres: - image: postgres:17 + image: postgres:18 ports: ["5432:5432"] env: POSTGRES_PASSWORD: password