From 69e8e6d29c974bffd21d1fdd75adcf9441341ff6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 07:54:56 +0000 Subject: [PATCH] Update postgres Docker tag to v15 --- .github/workflows/test-ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml index 07cb1d41f..b73f1e312 100644 --- a/.github/workflows/test-ruby.yml +++ b/.github/workflows/test-ruby.yml @@ -75,7 +75,7 @@ jobs: services: postgres: - image: postgres:14-alpine + image: postgres:15-alpine env: POSTGRES_PASSWORD: postgres POSTGRES_USER: postgres