mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Testing postgresql with latest migrations
This commit is contained in:
parent
0f28eb1ac3
commit
fbbe4bd19b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.11", "3.12", "3.13"]
|
||||
TESTING_DB: ["sqlite3", "mysql"]
|
||||
TESTING_DB: ["sqlite3", "mysql", "postgresql"]
|
||||
include:
|
||||
- python-version: "3.11"
|
||||
TESTING_DB: "sqlite3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue