-
Notifications
You must be signed in to change notification settings - Fork 0
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 to GitHub Actions CI, fix test builds on main #66
Conversation
Lowest common denominator
Test coverage: 100% |
@grega @ce-rpf I've got this testing now with ruby 2.7, 3.1, 3.2, 3.3 and rails 6.1, 7.0, 7.1. There is a fly in the ointment, which is a lack of default Gemfile. I've updated the README to say that The other thing is that I've set the |
Note to re-enable Rubocop check is here: #67 |
Two issues being resolved here:
main
(due to Gems being installed that are incompatible with Ruby 2.7.7), see note from Patrick below on resolution