Skip to content

Commit e9748af

Browse files
committed
Use 'ruby' for dynamic latest CRuby release
1 parent 4a037ae commit e9748af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
ruby: [ 2.3, 3.3 ] # oldest and latest CRuby
39+
ruby: [ 2.3, ruby ] # oldest and latest CRuby
4040
env:
4141
RUBYOPT: '-w'
4242
steps:

0 commit comments

Comments
 (0)