From 025b1cbbe3634fb063cb03c884c741032b3ee16b Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 30 Jul 2020 14:35:06 -0500 Subject: [PATCH] Update Postgres in build to 12 --- .github/workflows/full_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full_build.yml b/.github/workflows/full_build.yml index a134e389..f06e693e 100644 --- a/.github/workflows/full_build.yml +++ b/.github/workflows/full_build.yml @@ -169,7 +169,7 @@ jobs: - name: Setup PostgreSQL with PostgreSQL extensions and unprivileged user uses: Daniel-Marynicz/postgresql-action@0.1.0 with: - postgres_image_tag: 11-alpine + postgres_image_tag: 12-alpine postgres_user: houdini_user postgres_password: password - name: Set up Ruby