Update Postgres in build to 12

This commit is contained in:
Eric 2020-07-30 14:35:06 -05:00 committed by Eric Schultz
parent 6e01ac5826
commit 025b1cbbe3

View file

@ -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