Skip to content

Commit

Permalink
chore: update test matrix (add django 5) (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
wookkl authored May 20, 2024
1 parent 36e9dc3 commit 47dcb9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ jobs:
strategy:
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
django: ["4.2"]
django: ["4.2", "5.0"]
database: ["sqlite", "postgres", "mysql"]
exclude:
- python: 3.9
django: 5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DJANGO: ${{ matrix.django }}
Expand Down

0 comments on commit 47dcb9c

Please sign in to comment.