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

Migrate CI to GitHub Actions with Ruby 3.2 #211

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

petergoldstein
Copy link
Contributor

This PR migrates CI to GitHub Actions as Travis CI.org is no longer active.

Given that the Gemfile runs with Rails 7, we're running those Rubies which are compatible with Rails 7 (2.7, 3.0, 3.1, ruby-head).

To get the tests green on ruby-head, I fixed a minor issue in the param_set implementation where the Regexp operator =~ was being run against integers. Restricting such comparisons to strings resolves the issue.

Everything runs green on my fork.

@petergoldstein petergoldstein changed the title Migrate CI to GitHub Actions Migrate CI to GitHub Actions with Ruby 3.2 Jan 17, 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.

1 participant