Skip to content

Commit

Permalink
Run CI tests against Django 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Dec 7, 2021
1 parent bd97e5a commit b7b8f6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: "Test Python ${{ matrix.python-version }} & Django ${{ matrix.django-version }}"
strategy:
matrix:
django-version: ["2.2.0", "3.0.0", "3.1.0", "3.2.0", "4.0a1"]
django-version: ["2.2.0", "3.0.0", "3.1.0", "3.2.0", "4.0.0"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
exclude:
# 3.0
Expand All @@ -33,11 +33,11 @@ jobs:
- django-version: "3.2.0"
python-version: "3.5"
# 4.0
- django-version: "4.0a1"
- django-version: "4.0.0"
python-version: "3.5"
- django-version: "4.0a1"
- django-version: "4.0.0"
python-version: "3.6"
- django-version: "4.0a1"
- django-version: "4.0.0"
python-version: "3.7"
fail-fast: false
steps:
Expand Down

0 comments on commit b7b8f6b

Please sign in to comment.