Update CI postgres version

This commit is contained in:
Griatch 2025-03-02 13:19:55 +01:00
parent 604a1b6a66
commit f234298077
2 changed files with 4 additions and 3 deletions

View file

@ -23,7 +23,7 @@ runs:
if: ${{ inputs.database == 'postgresql' }}
uses: harmon758/postgresql-action@v1
with:
postgresql version: "12"
postgresql version: "13"
postgresql db: "evennia"
postgresql user: "evennia"
postgresql password: "password"