Skip to content

Add Ruby 4.0 to the CI matrix - #155

Open
willnet wants to merge 1 commit into
mdp:mainfrom
willnet:add-ruby4-0-to-ci-matrix
Open

Add Ruby 4.0 to the CI matrix#155
willnet wants to merge 1 commit into
mdp:mainfrom
willnet:add-ruby4-0-to-ci-matrix

Conversation

@willnet

@willnet willnet commented May 28, 2026

Copy link
Copy Markdown

CGI.parse is no longer bundled in Ruby 4.0.

ref: https://www.ruby-lang.org/en/news/2025/12/25/ruby-4-0-0-released/#stdlib-compatibility-issues

This causes tests to fail on Ruby 4.0, so update the tests to avoid using CGI.parse.

Also upgrade actions/checkout to the latest version.

`CGI.parse` is no longer bundled in Ruby 4.0.

ref: https://www.ruby-lang.org/en/news/2025/12/25/ruby-4-0-0-released/#stdlib-compatibility-issues

This causes tests to fail on Ruby 4.0, so update the tests to avoid using CGI.parse.

Also upgrade actions/checkout to the latest version.
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