Skip to content

Commit 779d1be

Browse files
author
Agus Makmun
committed
fix: exclude django version into macos
1 parent 201e9f4 commit 779d1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ macos-latest, ubuntu-latest ]
17-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
18-
django-version: [ 2.2, 3.0, 3.1, 3.2, 4.0, 4.2, 5.0 ]
17+
python-version: [ 3.7, 3.8, 3.9 ]
18+
django-version: [ 3.0, 3.1, 3.2, 4.0, 4.2, 5.0 ]
1919
exclude:
2020
- os: macos-latest
2121
django-version: 4.1

0 commit comments

Comments
 (0)