Skip to content

Commit

Permalink
Fixed tox matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Apr 12, 2024
1 parent 26dfacd commit a649756
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-version: [42, 50]
exclude:
- python-version: "3.12"
django-version: 22
- python-version: '3.8'
django-version: 50
- python-version: '3.9'
django-version: 50

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a649756

Please sign in to comment.