Up Django req to 4.1, PostgreSQL 11+

This commit is contained in:
Griatch 2022-11-16 20:53:08 +01:00
parent 7f2fb9a121
commit 070ac15418
4 changed files with 82 additions and 50 deletions

View file

@ -29,7 +29,7 @@ jobs:
uses: harmon758/postgresql-action@v1
if: ${{ matrix.TESTING_DB == 'postgresql' }}
with:
postgresql version: '10.7'
postgresql version: '11'
postgresql db: 'evennia'
postgresql user: 'evennia'
postgresql password: 'password'