From f7962391a95f2ad991de4c3d5a3411db31b24ab9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:20:30 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 906d826c..88d6d6c1 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -6,7 +6,7 @@ jobs: test: services: postgres: - image: postgres:17 + image: postgres:18 ports: ["5432:5432"] env: POSTGRES_PASSWORD: password