mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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' }}
|
||||
uses: harmon758/postgresql-action@v1
|
||||
with:
|
||||
postgresql version: "11"
|
||||
postgresql version: "12"
|
||||
postgresql db: "evennia"
|
||||
postgresql user: "evennia"
|
||||
postgresql password: "password"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue