Skip to content

Commit b7b8f6b

Browse files
committed
Run CI tests against Django 4.0
1 parent bd97e5a commit b7b8f6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: "Test Python ${{ matrix.python-version }} & Django ${{ matrix.django-version }}"
1717
strategy:
1818
matrix:
19-
django-version: ["2.2.0", "3.0.0", "3.1.0", "3.2.0", "4.0a1"]
19+
django-version: ["2.2.0", "3.0.0", "3.1.0", "3.2.0", "4.0.0"]
2020
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
2121
exclude:
2222
# 3.0
@@ -33,11 +33,11 @@ jobs:
3333
- django-version: "3.2.0"
3434
python-version: "3.5"
3535
# 4.0
36-
- django-version: "4.0a1"
36+
- django-version: "4.0.0"
3737
python-version: "3.5"
38-
- django-version: "4.0a1"
38+
- django-version: "4.0.0"
3939
python-version: "3.6"
40-
- django-version: "4.0a1"
40+
- django-version: "4.0.0"
4141
python-version: "3.7"
4242
fail-fast: false
4343
steps:

0 commit comments

Comments
 (0)