-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add checks for Ruby 3.4 #124
Conversation
8fbbd87
to
b2c3a38
Compare
Co-authored-by: Tabitha Cromarty <[email protected]>
ruby-version: [3.1, 3.2, 3.3] | ||
rails-version: [7.0, 7.1, 7.2, 8.0] | ||
ruby-version: ["3.1", "3.2", "3.3", "3.4"] | ||
rails-version: ["7.0", "7.1", "7.2", "8.0"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change means we'll need to update the required checks to match the new check names
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, just getting that sorted 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably remove Ruby 3.1 as a required check as well while you're asking for changes, as that goes EOL in just over a month
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good shout 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should stay in the test matrix, just don't think it needs to be a required check
https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/