Skip to content

Commit c7ae011

Browse files
committed
Quote all Ruby version values
1 parent e994b63 commit c7ae011

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
ruby-version:
58-
- 2.7
58+
- "2.7"
5959
- "3.0"
6060

6161
name: Install on Windows (MingW)
@@ -96,7 +96,7 @@ jobs:
9696
- 2019
9797
- 2022
9898
ruby-version:
99-
- 2.7
99+
- "2.7"
100100
- "3.0"
101101

102102
name: Test on Windows (MingW)
@@ -171,9 +171,9 @@ jobs:
171171
fail-fast: false
172172
matrix:
173173
ruby-version:
174-
- 3.1
175-
- 3.2
176-
- 3.3
174+
- "3.1"
175+
- "3.2"
176+
- "3.3"
177177

178178
name: Install on Windows (UCRT)
179179
runs-on: windows-latest
@@ -213,9 +213,9 @@ jobs:
213213
- 2019
214214
- 2022
215215
ruby-version:
216-
- 3.1
217-
- 3.2
218-
- 3.3
216+
- "3.1"
217+
- "3.2"
218+
- "3.3"
219219
name: Test on Windows (UCRT)
220220
runs-on: windows-latest
221221
steps:
@@ -286,11 +286,11 @@ jobs:
286286
fail-fast: false
287287
matrix:
288288
ruby-version:
289-
- 2.7
289+
- "2.7"
290290
- "3.0"
291-
- 3.1
292-
- 3.2
293-
- 3.3
291+
- "3.1"
292+
- "3.2"
293+
- "3.3"
294294

295295
name: Install on Windows (Native)
296296
runs-on: windows-latest
@@ -350,11 +350,11 @@ jobs:
350350
- 2019
351351
- 2022
352352
ruby-version:
353-
- 2.7
353+
- "2.7"
354354
- "3.0"
355-
- 3.1
356-
- 3.2
357-
- 3.3
355+
- "3.1"
356+
- "3.2"
357+
- "3.3"
358358
runs-on: ubuntu-latest
359359
steps:
360360
- uses: actions/checkout@v4
@@ -414,11 +414,11 @@ jobs:
414414
fail-fast: false
415415
matrix:
416416
ruby-version:
417-
- 2.7
417+
- "2.7"
418418
- "3.0"
419-
- 3.1
420-
- 3.2
421-
- 3.3
419+
- "3.1"
420+
- "3.2"
421+
- "3.3"
422422

423423
name: Install on Mac OS (M1)
424424
runs-on: macos-14

0 commit comments

Comments
 (0)