Skip to content
New issue

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

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

Already on GitHub? # to your account

Add support for Ruby 3.1, drop Ruby 2.5 #113

Merged
merged 2 commits into from
Jan 31, 2022
Merged

Conversation

JoeSouthan
Copy link
Contributor

  • Add support for Ruby 3.1, remove Ruby 2.5
  • Bump v2.3.0

@@ -34,4 +34,4 @@ workflows:
name: Ruby << matrix.ruby-version >>
matrix:
parameters:
ruby-version: ["2.5.9", "2.6.7", "2.7.3", "3.0.1"]
ruby-version: ["2.6.7", "2.7.3", "3.0.1", "3.1.0"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be, do we need to be specific about the version?

Suggested change
ruby-version: ["2.6.7", "2.7.3", "3.0.1", "3.1.0"]
ruby-version: ["2.6", "2.7", "3.0", "3.1"]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also why don't we support 2.5 anymore? 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Don't think so, doesn't particularly matter at the patch level tbh
  • 2.5 is EOL

@JoeSouthan JoeSouthan merged commit 126a5f9 into master Jan 31, 2022
@JoeSouthan JoeSouthan deleted the joesouthan/ruby-31 branch January 31, 2022 18:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants