From 7e6cd5c0d339456557ab4a51045370f43d965829 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:56:56 +0000 Subject: [PATCH] Update postgres Docker tag to v15 --- .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 c742e2da1..604424818 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -6,7 +6,7 @@ jobs: test: services: postgres: - image: postgres:14 + image: postgres:15 ports: ["5432:5432"] env: POSTGRES_PASSWORD: password