-
Notifications
You must be signed in to change notification settings - Fork 467
Deprecate Travis, run tests on GitHub Actions #740
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
Conversation
@ofedoren mind reviewing this? |
- 2.7.0 | ||
gemfile: | ||
- Gemfile.rails42 | ||
- Gemfile.rails51 # Min ruby 2.2.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that 4.1 and 5.0 was not running on CI before this change..
@@ -0,0 +1,160 @@ | |||
PATH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to have this lock file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simply to force Github Actions to select Bundler 1.17.3
this is required for Rails 4.2 tests to run on Github Actions. or at least, its the best solution I found that I use for many gems.
we can delete once we decide to drop Rails 4.2 from the test suite.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, @mathieujobin!
Tests are failing with ruby 3.0 (should be a different PR, but I don't think I'll invest the time soon)
someone else can take it.