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.1 and 3.2 to the test matrix #228

Merged
merged 2 commits into from
Feb 22, 2023
Merged

CI: add Ruby 3.1 and 3.2 to the test matrix #228

merged 2 commits into from
Feb 22, 2023

Conversation

orien
Copy link
Contributor

@orien orien commented Feb 21, 2023

Ruby 3.2 has been released! Let's add it and Ruby 3.1 to the build matrix for confidence in compatibility.

Resolves the GitHub Actions deprecation:

Node.js 12 actions are deprecated. Please update the following actions to use
Node.js 16: actions/checkout@v2. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
- uses: actions/checkout@v2
- uses: actions/checkout@v3
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Resolves the GitHub Actions deprecation warning:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

@@ -20,10 +20,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
ruby-version: [2.5, 2.6, 2.7, 3.0, head, debug, truffleruby]
ruby-version: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head, debug, truffleruby]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Due to actions/runner#849, we have to use quotes for '3.0'

@orien orien marked this pull request as ready for review February 21, 2023 10:04
@Kjarrigan Kjarrigan merged commit 6b0260d into typhoeus:master Feb 22, 2023
@orien orien deleted the ruby3.2 branch February 22, 2023 13:26
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