Remove unsupported Ruby head CI job#42
Conversation
Signed-off-by: Matthew Stanton <stantonmatthewj@gmail.com>
|
|
|
how do we add support for ruby 4? |
|
I dug into the red job. It does not reach this gem's test suite.
The failure is while compiling So I think Ruby 4 support is a separate dependency track:
For this PR, removing I can take the upstream |
Summary
Remove the experimental Ruby head CI matrix entry.
Ruby head currently resolves to
ruby 4.1.0dev, whereeventmachine 1.2.7fails while building its native extension before the test suite can run. The workflow-level result can still appear successful because ofcontinue-on-error, but GitHub still shows the individual Ruby head job as failed on the merged commit.This keeps CI focused on the stable supported Rubies already in the matrix: 2.3 through 2.7.
Verification
bundle exec rspecbundle exec rubocop --cache falsegit diff --checkreview-fix-loop: no actionable correctness issues