mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Up Django req to 4.1, PostgreSQL 11+
This commit is contained in:
parent
7f2fb9a121
commit
070ac15418
4 changed files with 82 additions and 50 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue