Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build updates #558

Merged
merged 3 commits into from
Feb 11, 2021
Merged

Build updates #558

merged 3 commits into from
Feb 11, 2021

Conversation

carlosantoniodasilva
Copy link
Member

@carlosantoniodasilva carlosantoniodasilva commented Feb 6, 2021

  • Rails main now targets version 7.0, and with that it supports Ruby 2.7+ only
  • Exclude Ruby 3 + Rails 5.x from test matrix (it appears 5.0 & 5.1 were passing there, but Ruby 3 is not officially supported there anyway and 5.2 was already excluded, so I thought it'd make sense to just not support Ruby 3 on Rails < 6 officially)
  • Run tests on the latest patch versions of each Ruby release

Rails is now targetting version 7.0, and with that it dropped support
for Ruby < 2.7.

rails/rails@6487836
rails/rails@1b455e2
These were passing with Rails 5.0 & 5.1 gemfiles, but were already
excluded with Rails 5.2. Given Rails only officially supports Ruby 3
with Rails 6+, we don't need to test/support it with 5.x versions.
@radar
Copy link
Collaborator

radar commented Feb 11, 2021

Seems legit to me :)

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.

None yet

2 participants