We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5323d74 + 48ec074 commit f4ee330Copy full SHA for f4ee330
.github/workflows/test.yml
@@ -13,15 +13,17 @@ jobs:
13
fail-fast: false
14
matrix:
15
ruby-version:
16
- - '2.5',
17
- - '2.6',
18
- - '2.7',
19
- - '3.0',
20
- - '3.1',
21
- - '3.2',
22
- - '3.3',
23
- - '3.4',
24
- - 'head'
+ [
+ '2.5',
+ '2.6',
+ '2.7',
+ '3.0',
+ '3.1',
+ '3.2',
+ '3.3',
+ '3.4',
25
+ 'head'
26
+ ]
27
28
steps:
29
- uses: actions/checkout@v3
0 commit comments