Skip to content

Commit

Permalink
Run tests for Django 5.1 on tested Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrdcm committed Jan 7, 2025
1 parent 8478467 commit b6953d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +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,5.0}
python-version {3.11}, django-version {4.0,4.1,4.2,5.0}
python-version {3.12}, django-version {4.2, 5.0}
python-version {3.10}, django-version {3.2,4.0,4.1,4.2,5.0,5.1}
python-version {3.11}, django-version {4.0,4.1,4.2,5.0,5.1}
python-version {3.12}, django-version {4.2,5.0,5.1}
outputs:
matrix: ${{ steps.create_matrix.outputs.matrix }}

Expand Down

0 comments on commit b6953d0

Please sign in to comment.