-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Test against Rails 7.2 #599
Conversation
tagliala
commented
Jun 10, 2024
•
edited
Loading
edited
- Rebase after Update dependencies and improve CI workflow #600
8f39de6
to
5dd5681
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #599 +/- ##
=======================================
Coverage 94.32% 94.32%
=======================================
Files 17 17
Lines 458 458
=======================================
Hits 432 432
Misses 26 26 ☔ View full report in Codecov by Sentry. |
.github/workflows/ci.yml
Outdated
- 3.1 | ||
- 3.2 | ||
- 3.3 | ||
deps: | ||
- "3.1" | ||
- "3.2" | ||
- "3.3" | ||
rails: | ||
- rails_61 | ||
- rails_70 | ||
- rails_71 | ||
- rails_72 |
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.
Parity with inherited_resources
5dd5681
to
49e0ed9
Compare
49e0ed9
to
5045c95
Compare
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!