From e55d8dd7044b2708ef733644913f1c6b1d1ffea3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 01:52:15 +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 4fd2d00c..741573ca 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -9,7 +9,7 @@ jobs: QLTY_COVERAGE_TOKEN: ${{ secrets.QLTY_COVERAGE_TOKEN }} services: postgres: - image: postgres:17 + image: postgres:18 ports: ["5432:5432"] env: POSTGRES_PASSWORD: password