Up CI postgres version to 12
This commit is contained in:
parent
f4e78d4552
commit
e2a7c54e24
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-database/action.yml
vendored
2
.github/actions/setup-database/action.yml
vendored
|
|
@ -23,7 +23,7 @@ runs:
|
||||||
if: ${{ inputs.database == 'postgresql' }}
|
if: ${{ inputs.database == 'postgresql' }}
|
||||||
uses: harmon758/postgresql-action@v1
|
uses: harmon758/postgresql-action@v1
|
||||||
with:
|
with:
|
||||||
postgresql version: "11"
|
postgresql version: "12"
|
||||||
postgresql db: "evennia"
|
postgresql db: "evennia"
|
||||||
postgresql user: "evennia"
|
postgresql user: "evennia"
|
||||||
postgresql password: "password"
|
postgresql password: "password"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue