Skip to content

Commit 0914fad

Browse files
committed
Quote ruby version numbers to prevent them from being parsed as floats.
1 parent dd2e659 commit 0914fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
matrix:
1111
ruby:
1212
- '3.0'
13-
- 3.1
14-
- 3.2
13+
- '3.1'
14+
- '3.2'
1515
- jruby
1616
- truffleruby-head
1717
name: Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)