Skip to content

Commit fa487aa

Browse files
committed
Update comments in test.yml
1 parent 948cc21 commit fa487aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }

0 commit comments

Comments
 (0)