-
Notifications
You must be signed in to change notification settings - Fork 375
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.4 support to CircleCI #4114
Conversation
BenchmarksBenchmark execution time: 2024-11-14 22:40:05 Comparing candidate commit 80fea2e in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 29 metrics, 2 unstable metrics. |
b58cf80
to
839fee9
Compare
be10925
to
466597d
Compare
6154a21
to
f460d38
Compare
36798ce
to
32fe226
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4114 +/- ##
==========================================
+ Coverage 97.77% 97.78% +0.01%
==========================================
Files 1350 1350
Lines 81077 81167 +90
Branches 4085 4100 +15
==========================================
+ Hits 79275 79372 +97
+ Misses 1802 1795 -7 ☔ View full report in Codecov by Sentry. |
👍 |
What does this PR do?
This PR adds Ruby 3.4 to CircleCI.
Motivation:
Though the official Ruby 3.4 is not yet released, we can temporarily add support for Ruby 3.4.0-preview2. This allows us to start testing with Ruby 3.4 in our CI and spot -> address issues early. After Ruby 3.4 is officially released post-Dec 25, 2024, we can replace the preview with it.
Change log entry
Ruby 3.4.0-preview2 is now supported.
Additional Notes:
This PR acts alongside #4038 and #4039 to add Ruby 3.4 support and combines #4095 and #4111 .
How to test the change?
Green CI.