-
Notifications
You must be signed in to change notification settings - Fork 444
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
Added Github action as CI #122
base: master
Are you sure you want to change the base?
Conversation
0224489
to
32c7ec3
Compare
❤️ I was going to do this at some point in the near future, so thanks for getting ahead of me on it! I've been poking at this gem for two days straight now, so don't really have the energy to debug Github Actions should there be problems, but I'll look at getting this merged over the weekend. |
Thank you for taking over this gem maintenance. |
cbbc9cc
to
af5a9b1
Compare
I added a few fixes. Now is much more similar to the travis setup. You can check the action execution log on my fork until you enable in your repo: GH action log Details about the failed jobs:
Maybe the most convenient is deprecating ruby versions lower than 2.3 in master/main and add workarounds to the 0.3 branch. |
I linked a PR with additional changes to also fix all jobs / ruby versions. |
As alternative to travis.