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, 3.1, and 3.2 to CI. Update checkout action. #28

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Add Ruby 3.0, 3.1, and 3.2 to CI. Update checkout action. #28

merged 1 commit into from
Apr 27, 2023

Conversation

petergoldstein
Copy link
Contributor

Runs green on my fork.

@@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7]
ruby-version: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
Copy link
Owner

Choose a reason for hiding this comment

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

are the quotes around 3.0 really necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@alpinweis alpinweis merged commit 3bd2728 into alpinweis:master Apr 27, 2023
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