Testing postgresql with latest migrations

This commit is contained in:
Griatch 2025-03-02 12:08:19 +01:00
parent 0f28eb1ac3
commit fbbe4bd19b

View file

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