File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414 ruby-versions :
1515 uses : ruby/actions/.github/workflows/ruby_versions.yml@master
1616 with :
17- engine : cruby
17+ engine : cruby-truffleruby
1818 min_version : 2.5
1919
2020 test :
@@ -30,16 +30,15 @@ jobs:
3030 - { os: windows-latest, ruby: jruby-head }
3131 - { os: macos-latest, ruby: jruby-head }
3232 - { os: ubuntu-latest, ruby: jruby-head }
33- # Needs truffleruby-head for (base) Data#initialize (which truffleruby 25.0 does not have)
34- - { os: ubuntu-latest, ruby: truffleruby-head }
35- - { os: macos-latest, ruby: truffleruby-head }
3633 - { os: windows-latest, ruby: ucrt }
3734 - { os: windows-latest, ruby: mingw }
3835 - { os: windows-latest, ruby: mswin }
3936 - { os: macos-15-intel, ruby: 2.5 }
4037 exclude :
4138 # CRuby < 2.6 does not support macos-arm64
4239 - { os: macos-latest, ruby: 2.5 }
40+ - { os: windows-latest, ruby: truffleruby }
41+ - { os: windows-latest, ruby: truffleruby-head }
4342 steps :
4443 - uses : actions/checkout@v6.0.1
4544 - name : Set up Ruby
You can’t perform that action at this time.
0 commit comments