-
-
Notifications
You must be signed in to change notification settings - Fork 315
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 with Ruby 3.4.1 #3103
Test with Ruby 3.4.1 #3103
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3103 +/- ##
==========================================
- Coverage 96.58% 96.58% -0.01%
==========================================
Files 236 236
Lines 6334 6347 +13
==========================================
+ Hits 6118 6130 +12
- Misses 216 217 +1 ☔ View full report in Codecov by Sentry. |
Ruby 3.4 has been released.
mutex_m and drb are not part of the defaults Gems in Ruby 3.4 anymore. Since Rails 7.0 and rspec-rails depend on them, we add it to the local dev Gemfile.
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
Ruby 3.4 has been released