chore: update test matrix (add django 5) (#734)

This commit is contained in:
wookkl 2024-05-20 18:17:44 +09:00 committed by GitHub
parent 36e9dc36b0
commit 47dcb9cd46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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