Skip to content

Commit c75111c

Browse files
Quote strings as strings
1 parent c1d2207 commit c75111c

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
@@ -21,9 +21,9 @@ jobs:
2121
strategy:
2222
matrix:
2323
alpine_version:
24-
- 3.21
25-
- 3.20
26-
- 3.19
24+
- "3.21"
25+
- "3.20"
26+
- "3.19"
2727
# This arg is formatted in this way so that it is easily understandable in
2828
# the GitHub Actions web interface
2929
vcpkg_arg: &vcpkg_arg

0 commit comments

Comments
 (0)