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

Add Ruby 3.0 and 3.1 to CI matrix #310

Merged
merged 3 commits into from
Jan 21, 2022
Merged

Conversation

mishina2228
Copy link
Contributor

This PR adds Ruby 3.0 and 3.1 to the CI matrix, and does the following:

  • Remove Bundler from Gemfile and gemspec
    • Bundler was added in Fix travis #262, and GitHub Actions does not have any problem without it.
  • Update Bundler to the latest version

@@ -14,6 +14,8 @@ jobs:
- 2.5
- 2.6
- 2.7
- '3.0'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this one quoted?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

3.0 without quoting is interpreted as the number 3.
In that case, ruby/setup-ruby will use 3.1 not 3.0.

Please see ruby/setup-ruby#252 for more details.

@JasonBarnabe JasonBarnabe merged commit 5796653 into tigrish:master Jan 21, 2022
@mishina2228 mishina2228 deleted the ci-ruby3 branch January 21, 2022 22:16
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.

2 participants