From b3a684299a4a6831377706b1a921c02909d00246 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 9 Feb 2022 12:40:53 +0000 Subject: [PATCH] Use PG13.5 everywhere --- .github/workflows/production_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 0551a6e82..f39661b37 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -20,7 +20,7 @@ jobs: services: postgres: - image: postgres:13.3 + image: postgres:13.5 env: POSTGRES_PASSWORD: password POSTGRES_USER: postgres