Skip to content

Commit e02bc08

Browse files
committed
chore: update test matrix (add django 5)
1 parent bdee9ff commit e02bc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
python: ["3.9", "3.10", "3.11", "3.12"]
50-
django: ["4.2"]
50+
django: ["4.2", "5.0"]
5151
database: ["sqlite", "postgres", "mysql"]
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)