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

chore: add ruby 3 to travis CI #115

Merged
merged 1 commit into from
Feb 5, 2022

Conversation

clarkedb
Copy link
Contributor

@clarkedb clarkedb commented Feb 4, 2022

Adds Ruby 3.0 and 3.1 to the ruby versions running in travis CI per #114

@@ -5,6 +5,8 @@ rvm:
- 2.5
- 2.6
- 2.7
- '3.0'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This needs to be a string otherwise 3.0 resolves to 3 which will select the latest 3.x version of ruby.

@benubois benubois merged commit a777626 into ostinelli:master Feb 5, 2022
@benubois
Copy link
Collaborator

benubois commented Feb 5, 2022

Thanks!

@clarkedb clarkedb deleted the chore-add-ruby-3-to-travis-ci branch February 5, 2022 20:53
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