Update Postgres in build to 12
This commit is contained in:
parent
6e01ac5826
commit
025b1cbbe3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/full_build.yml
vendored
2
.github/workflows/full_build.yml
vendored
|
@ -169,7 +169,7 @@ jobs:
|
||||||
- name: Setup PostgreSQL with PostgreSQL extensions and unprivileged user
|
- name: Setup PostgreSQL with PostgreSQL extensions and unprivileged user
|
||||||
uses: Daniel-Marynicz/postgresql-action@0.1.0
|
uses: Daniel-Marynicz/postgresql-action@0.1.0
|
||||||
with:
|
with:
|
||||||
postgres_image_tag: 11-alpine
|
postgres_image_tag: 12-alpine
|
||||||
postgres_user: houdini_user
|
postgres_user: houdini_user
|
||||||
postgres_password: password
|
postgres_password: password
|
||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
|
|
Loading…
Reference in a new issue