mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
chore: update test matrix (add django 5) (#734)
This commit is contained in:
parent
36e9dc36b0
commit
47dcb9cd46
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue