Skip to content

Commit

Permalink
Quote ruby version numbers to prevent them from being parsed as floats.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 28, 2023
1 parent dd2e659 commit 0914fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
matrix:
ruby:
- '3.0'
- 3.1
- 3.2
- '3.1'
- '3.2'
- jruby
- truffleruby-head
name: Ruby ${{ matrix.ruby }}
Expand Down

0 comments on commit 0914fad

Please sign in to comment.