Skip to content

Commit 70633f2

Browse files
ytkgpkuczynski
andauthored
Fix CI setting for Ruby 3.0 (#326)
Co-authored-by: Piotr Kuczynski <[email protected]>
1 parent 411ff10 commit 70633f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ruby:
2020
- 2.6
2121
- 2.7
22-
- 3.0
22+
- '3.0' # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
2323
- 3.1
2424
- jruby
2525
- truffleruby-21

0 commit comments

Comments
 (0)