-
Notifications
You must be signed in to change notification settings - Fork 1
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
Require Ruby >= 2.6 #157
Require Ruby >= 2.6 #157
Conversation
Both Ruby 2.5 and 2.6 have reached EOL.
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.
JRuby 9.3.x is compatible with Ruby 2.6.x, which is why the check fails. I guess we have to lock the Ruby version to |
Yeah, looking more closely now it seems to me that the latest They have a meta issue issue since 2020 that collects the efforts for an upcoming EDIT: Looks like |
Since this was written in 2021, I guess it was delayed... |
Noticed that JRuby 9.3 requires Ruby 2.6, which is why it has to be allowed. I also added Ruby 2.6 to the CI tests because we still allow it, even though it has reached EOL.
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.
🟢
Both Ruby 2.5 and 2.6 have reached EOL, but JRuby 9.3 still requires Ruby 2.6, which is why we have to allow it.