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.
1 parent 411ff10 commit 70633f2Copy full SHA for 70633f2
1 file changed
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
ruby:
20
- 2.6
21
- 2.7
22
- - 3.0
+ - '3.0' # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
23
- 3.1
24
- jruby
25
- truffleruby-21
0 commit comments