Skip to content

Add Ruby 4.0 to CI test matrix#112

Open
s01ipsist wants to merge 1 commit into
teamcapybara:masterfrom
s01ipsist:add-ruby-4.0-to-ci
Open

Add Ruby 4.0 to CI test matrix#112
s01ipsist wants to merge 1 commit into
teamcapybara:masterfrom
s01ipsist:add-ruby-4.0-to-ci

Conversation

@s01ipsist

Copy link
Copy Markdown

Summary

Adds Ruby 4.0 to the rspec build matrix in .github/workflows/build.yml, so the gem is tested against the current stable Ruby release (Ruby 4.0.0 shipped 2025-12-25).

-        ruby: ["3.1", "3.2", "3.3", "3.4", "jruby"]
+        ruby: ["3.1", "3.2", "3.3", "3.4", "4.0", "jruby"]

Validation

Ran the CI steps locally against Ruby 4.0.5:

$ ruby -v
ruby 4.0.5 (2026-05-20 revision 64336ffd0e) +PRISM [x86_64-linux]
$ bundle exec rake
74 examples, 0 failures

The full suite passes with no code changes required. Only the workflow matrix is touched.

🤖 Generated with Claude Code

Ruby 4.0 was released on 2025-12-25. Add it to the rspec build matrix
so the gem is tested against the current stable Ruby. The full suite
(74 examples) passes on Ruby 4.0.5 with no code changes required.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant