File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,11 @@ jobs:
2626 ruby : ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2727 os : [ ubuntu-latest, macos-latest, windows-latest ]
2828 include :
29- # jruby is broken with "undefined method 'init_data'"
30- # https://github.com/ruby/psych/actions/runs/15434465445/job/43438083198?pr=734
29+ # jruby-10.0.2.0 does not support Data instances with ivars
3130 - { os: windows-latest, ruby: jruby-head }
3231 - { os: macos-latest, ruby: jruby-head }
3332 - { os: ubuntu-latest, ruby: jruby-head }
34- # Needs truffleruby-head for rb_struct_initialize() (which truffleruby 25.0 does not have)
33+ # Needs truffleruby-head for (base) Data#initialize (which truffleruby 25.0 does not have)
3534 - { os: ubuntu-latest, ruby: truffleruby-head }
3635 - { os: macos-latest, ruby: truffleruby-head }
3736 - { os: windows-latest, ruby: ucrt }
You can’t perform that action at this time.
0 commit comments