Skip to content

Commit

Permalink
Update GitHub actions test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Oct 16, 2023
1 parent e392104 commit 0a71954
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- django: "3.2"
python: "3.6"
# Django 4.0
- django: "4.0b1"
- django: "4.2"
python: "3.10"
# Django 5.0
- django: "5.0a1"
python: "3.10"

steps:
Expand All @@ -48,4 +51,4 @@ jobs:
echo "Python ${{ matrix.python }} / Django ${{ matrix.django }}"
coverage run --rcfile=.coveragerc runtests.py
codecov
continue-on-error: ${{ contains(matrix.django, '4.0') }}
continue-on-error: ${{ contains(matrix.django, '5.0') }}

0 comments on commit 0a71954

Please sign in to comment.