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 acfa4a6 commit 621d756
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@ jobs:
fail-fast: false
matrix:
include:
# Django 2.2
- django: "2.2"
python: "3.6"
# Django 3.1
- django: "3.1"
python: "3.6"
# Django 3.2
- django: "3.2"
python: "3.6"
python: "3.8"
# Django 4.0
- django: "4.0b1"
- django: "4.2"
python: "3.10"
# Django 5.0
- django: "5.0a1"
python: "3.10"

steps:
Expand All @@ -51,4 +48,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 621d756

Please sign in to comment.