-
Notifications
You must be signed in to change notification settings - Fork 66
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 Ruby 3.2 to CI #215
base: main
Are you sure you want to change the base?
Add Ruby 3.2 to CI #215
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #215 +/- ##
==========================================
- Coverage 79.26% 78.19% -1.08%
==========================================
Files 15 15
Lines 1548 1605 +57
==========================================
+ Hits 1227 1255 +28
- Misses 321 350 +29
☔ View full report in Codecov by Sentry. |
I am fine with this is theory but obviously CI should be passing before it is merged. |
👋 @bastelfreak This branch is in your fork of the repository. Is it okay to push attempts to fix CI to it? If so I guess we can't amend the branch to fix broken fixes, in this case how should we proceed? Otherwise, what should we do (open new PR based on this one)? |
you have full permissions in my branch and can also do force pushes/modify history. Feel free to hack on it! |
The rest of the failures are caused by:
|
Fixnum was an implementation detail of older Ruby versions and have been the same as Integer since Ruby 2.4. Ruby 3.2 stopped to provide this "alias" so use the proper class name.
No description provided.