Skip to content

Commit e249da4

Browse files
chore: versions should be strings
1 parent 1f6d034 commit e249da4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-and-lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
app:
1717
- ical-simplejson-proxy
1818
python-version:
19-
- 3.7
20-
- 3.8
21-
- 3.9
22-
- 3.10
19+
- '3.7'
20+
- '3.8'
21+
- '3.9'
22+
- '3.10'
2323
steps:
2424
- uses: actions/checkout@v3
2525
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)