Skip to content

Commit 34f4abb

Browse files
committed
Remove django22 from release workflow
1 parent 5805cbf commit 34f4abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
strategy:
2525
max-parallel: 3
2626
matrix:
27-
python-version: [3.6, 3.7, 3.8]
28-
dj-version: [django22]
27+
python-version: [3.7, 3.8]
28+
dj-version: [django30]
2929
steps:
3030
- uses: actions/checkout@v1
3131
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)