Skip to content

Commit 1d26ae9

Browse files
committed
Quote all versions in ci.yml
1 parent d1628a1 commit 1d26ae9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python: [3.6, 3.7, 3.8, 3.9, "3.10"]
13-
django: [3.2, 4.0]
12+
python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
13+
django: ["3.2", "4.0"]
1414
exclude:
15-
- python: 3.6
16-
django: 4.0
17-
- python: 3.7
18-
django: 4.0
15+
- python: "3.6"
16+
django: "4.0"
17+
- python: "3.7"
18+
django: "4.0"
1919
database_url:
2020
- postgres://runner:password@localhost/project
2121
- mysql://root:[email protected]/project

0 commit comments

Comments
 (0)