Skip to content

Commit 6e8782c

Browse files
committed
updates CI
1 parent 55aa88f commit 6e8782c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: [ "3.10", "3.11"]
30-
django-version: [ "3.2", "4.2", "5.0"]
29+
python-version: [ "3.10", "3.11", "3.12"]
30+
django-version: [ "4.2", "5.1"]
3131
db-engine: ["pg", "mysql"]
3232
env:
3333
PY_VER: ${{ matrix.python-version}}

0 commit comments

Comments
 (0)