Skip to content

Commit

Permalink
chore: add Django v5 to CI matrix (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck authored Apr 22, 2024
1 parent fb3ce5b commit b63aac1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
python-version {3.7}, django-version {2.0,2.1,2.2,3.0,3.1}
python-version {3.8}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
python-version {3.9}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
python-version {3.10}, django-version {3.2,4.0,4.1,4.2}
python-version {3.11}, django-version {3.2,4.0,4.1,4.2}
python-version {3.10}, django-version {3.2,4.0,4.1,4.2,5.0}
python-version {3.11}, django-version {3.2,4.0,4.1,4.2,5.0}
python-version {3.12}, django-version {4.2, 5.0}
outputs:
matrix: ${{ steps.create_matrix.outputs.matrix }}

Expand Down

0 comments on commit b63aac1

Please sign in to comment.