-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add Rails 7.2 support #374
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #374 +/- ##
==========================================
- Coverage 95.98% 95.97% -0.01%
==========================================
Files 207 207
Lines 4878 4866 -12
==========================================
- Hits 4682 4670 -12
Misses 196 196
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
We need this for solidusio/solidus#5843 but it only will pass tests if we also merge the solidus PR. I think we should merge this first and then allow it to fail until we also merge the solidus PR /c @solidusio/core-team |
and test 3.3 instead. Rails 7.2 does not support Ruby 3.0 anymore and it is out of support anyway.
Rails will complain that we have setup the sandbox database in development environment, so we need to reset the db env to test.
It is easier to debug which ruby and rails versions we are running with.
@tvdeyen this is not needed anymore? |
Not sure. It adds specs for Rails 7.2 |
@tvdeyen can be closed at this point or not? |
For now we need the master branch of canonical-rails and my solidus fork with the rails-7.2 branch.
Summary
Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: