mail
mail copied to clipboard
Fix JRuby builds / minimum ruby version
Recent JRuby builds were failing with errors "Error: Unavailable version 9.2.21.0 for jruby on ubuntu-24.04".
This PR ensures JRuby uses ubuntu-22.04.
It also prunes builds for CRuby 2.5 and 2.6.
As Ruby 2.7 is now 2 years EOL, maybe a good moment to prune that version as well, WDYT @radar?
Yep, trim it. While you're there, also trim 3.0 (EOL'D almost a year ago). Keep 3.1, despite it EOL'ing in 4 days time.
@fz-ryanbigg 3.1 it is 👍🏻
@fz-ryanbigg good to go?