-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update test suite for Ruby 2.7.2 and JRuby #61
Conversation
actually, GitHub actions does have the |
@swiknaba that appears to be just another way to use continue-on-error but we can try it. |
Indeed, I think you're right. |
Closes actions/toolkit#58
It looks like we cannot yet allow failures in GH actions like we can in Travis. See actions/runner#2347
For now we can run our basic specs with Ruby head since it seems Active Record is broken there.
actions/setup-ruby
to the more active https://github.com/ruby/setup-ruby