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

CI: add Ruby 3.2 to the test matrix #259

Merged
merged 1 commit into from
Jan 24, 2023
Merged

CI: add Ruby 3.2 to the test matrix #259

merged 1 commit into from
Jan 24, 2023

Conversation

orien
Copy link
Contributor

@orien orien commented Jan 24, 2023

Ruby 3.2 has been released! Let's add it to the build matrix.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
rubygems: 3.2.3 # for ruby 2.5
rubygems: 3.3.26 # for ruby 2.5
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Bump Rubygems to the latest version supporting Ruby 2.5.

@flavorjones
Copy link
Owner

Thank you!

@flavorjones flavorjones merged commit 6944760 into flavorjones:main Jan 24, 2023
@orien orien deleted the ruby3.2 branch January 24, 2023 22:45
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