Skip to content

Commit

Permalink
Use 'ruby' for dynamic latest CRuby release
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 24, 2024
1 parent 4a037ae commit e9748af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ 2.3, 3.3 ] # oldest and latest CRuby
ruby: [ 2.3, ruby ] # oldest and latest CRuby
env:
RUBYOPT: '-w'
steps:
Expand Down

0 comments on commit e9748af

Please sign in to comment.