From 6c493b1760db6126bad232b9b9bf8f71e6b63190 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 03:04:04 +0000 Subject: [PATCH] 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 1defccf..a480a3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: node: [22, 24, 26] services: postgres: - image: postgres:17 + image: postgres:18 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres