feat: support Ruby 3.3 (lower minimum from 3.4 to 3.3) - #204
Open
josecolella with Copilot wants to merge 3 commits into
Open
feat: support Ruby 3.3 (lower minimum from 3.4 to 3.3)#204josecolella with Copilot wants to merge 3 commits into
josecolella with Copilot wants to merge 3 commits into
Conversation
Co-authored-by: josecolella <1974588+josecolella@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Support all actively maintained Ruby versions
feat: support Ruby 3.3 (lower minimum from 3.4 to 3.3)
Aug 10, 2026
josecolella
marked this pull request as ready for review
August 10, 2026 23:16
github-actions
Bot
requested review from
dabeeeenster,
falghi,
matthewelwell,
maxveldink,
thomaspoignant and
toddbaert
August 10, 2026 23:17
josecolella
approved these changes
Aug 10, 2026
josecolella
enabled auto-merge (squash)
August 10, 2026 23:17
Collaborator
|
@copilot Fix failing CI checks |
…ature-sdk 0.6.x requires >= 3.4) Co-authored-by: josecolella <1974588+josecolella@users.noreply.github.com>
auto-merge was automatically disabled
August 10, 2026 23:36
Head branch was pushed to by a user without write access
Contributor
Author
Fixed in 9f2f768. The failures were caused by The fix:
|
josecolella
approved these changes
Aug 11, 2026
josecolella
enabled auto-merge (squash)
August 11, 2026 01:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ruby 3.3 remains under security maintenance until mid-2027. Requiring 3.4 as the minimum unnecessarily breaks consumers on supported Ruby versions.
Changes
required_ruby_versionlowered from>= 3.4to>= 3.3across all 8 gems (providers + otel hook)"3.3"added to the test matrix for every job in.github/workflows/ruby.yml