From ef56c41e520b23efb1af9b97683faa45624a1e11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:00:01 +0000 Subject: [PATCH] Update postgres Docker tag to v16 --- .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 7fde2aa..2a6208e 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -6,7 +6,7 @@ jobs: test: services: postgres: - image: postgres:15 + image: postgres:16 ports: ["5432:5432"] env: POSTGRES_PASSWORD: password