Stop testing with Rubies older than 2.7 on non-Windows #8955
Merged
jekyllbot merged 10 commits intojekyll:masterfrom Apr 7, 2022
Merged
Stop testing with Rubies older than 2.7 on non-Windows #8955jekyllbot merged 10 commits intojekyll:masterfrom
jekyllbot merged 10 commits intojekyll:masterfrom
Conversation
Member
Author
|
Apparently JRuby isn't 2.7 compatible and Ruby 2.7 isn't available on AppVeyor.. |
Closed
parkr
reviewed
Apr 6, 2022
This commit reverts 604a221
Member
Author
parkr
approved these changes
Apr 7, 2022
Member
|
Thank you! |
Member
Author
|
@jekyllbot: merge +dev |
jekyllbot
added a commit
that referenced
this pull request
Apr 7, 2022
github-actions bot
pushed a commit
that referenced
this pull request
Apr 7, 2022
Ashwin Maroli: Stop testing with Rubies older than 2.7 on non-Windows (#8955) Merge pull request 8955
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Drop support for EOL Ruby versions.
(Ruby 2.5.x reached EOL on 31st March, 2021 and
Ruby 2.6.x is slated for EOL on March 31st, 2022)
Rationale
We're already dropping support for Ruby 2.4.x and older with the upcoming minor release. Might as well bump the requirement to a Ruby version that won't be reaching EOL in the near future.