Skip to content

Commit 9f4dbc4

Browse files
authored
Merge pull request #2129 from koic/tweak_representation_of_build_matrix
Tweak representation of build matrix
2 parents 000bfb4 + 865a99c commit 9f4dbc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
strategy:
1212
matrix:
1313
ruby: [
14-
3.0,
15-
2.7,
16-
2.6,
17-
2.5,
14+
'3.0',
15+
'2.7',
16+
'2.6',
17+
'2.5',
1818
jruby,
1919
jruby-head
2020
]

0 commit comments

Comments
 (0)