Up CI postgres version to 12

This commit is contained in:
Griatch 2023-12-03 00:02:14 +01:00
parent f4e78d4552
commit e2a7c54e24

View file

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