From 3bf58f0be16b5a795a0ebe40e039a2e80870883f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 17:05:46 +0000 Subject: [PATCH] Update postgres Docker tag to v14 --- .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 5d181dbc0..f4498f4da 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -6,7 +6,7 @@ jobs: test: services: postgres: - image: postgres:12 + image: postgres:14 ports: ["5432:5432"] env: POSTGRES_PASSWORD: password