Skip to content

Commit

Permalink
Add Django to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell committed May 28, 2024
1 parent 4b5a5d4 commit 98e5d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.11", "3.12"]
django-version: ["4.2", "5.0"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 98e5d5d

Please sign in to comment.