Skip to content

Commit 4fffd46

Browse files
authored
Update ci.yml (#633)
1 parent f7a81c0 commit 4fffd46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ["3.7","3.8","3.9"]
17-
django: [ "11", "22",]
17+
django: [ "1.11", "2.2",]
1818
exclude:
1919
- python-version: "3.8"
20-
django: "11"
20+
django: "1.11"
2121

2222
- python-version: "3.9"
23-
django: "11"
23+
django: "1.11"
2424

2525

2626
services:

0 commit comments

Comments
 (0)