Actions
Patch #44359
closedDrop support for Ruby 3.2
Description
Support for Ruby 3.2 ended on 1 Apr 2026:
https://www.ruby-lang.org/ja/downloads/branches/
This patch drops support for Ruby 3.2.
Additionally, css_parser 3.0.0, which resolves the bundle-audit warning in GitHub Actions, requires Ruby 3.3 or later:
https://github.com/redmine/redmine/actions/runs/32332116912/job/96314625030
I have confirmed that linting and all tests pass.
Files
Updated by Go MAEDA 21 days ago
- Target version changed from Candidate for next major release to 7.1.0
As pointed out, support for Ruby 3.2 ended in April 2026. Considering Redmine's recent release cycle, Redmine 7.1.0 will probably be released in spring 2027 or later. By then, support for Ruby 3.3 is also expected to have ended.
So I think it makes sense to drop support for Ruby 3.2 now for Redmine 7.1.0.
Actions