Conversation
Merged
a1bb160 to
e31892a
Compare
e31892a to
9632d99
Compare
Contributor
|
So much activity on packwerk lately! It's nice to see. What is the reason? |
Contributor
Author
Just me trying to land #455. |
9632d99 to
eb1152f
Compare
| - "3.2" | ||
| - "3.3" | ||
| - "3.4" | ||
| - "3.5" |
Contributor
There was a problem hiding this comment.
Suggested change
| - "3.5" | |
| - "4.0" |
?
Contributor
|
f195bcf to
5d6b343
Compare
hmcguire-shopify
approved these changes
May 1, 2026
Ruby 3.1 reached EOL on 2025-03-31 and Ruby 3.2 will reach EOL on 2026-03-31. Bump minimum to Ruby 3.3 and add 3.4 and 4.0 to the CI test matrix. Fix Hash.new(name: "boop") in package_test.rb which raises ArgumentError on Ruby 4.0 since Hash.new no longer accepts arbitrary keyword arguments.
5d6b343 to
d4fe396
Compare
This was referenced May 1, 2026
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.

Summary
required_ruby_versionfrom>= 3.1to>= 3.3.ruby-versionfrom 3.2.2 to 3.3.5ruby/setup-rubyaction to v1.306.0 (adds Ruby 4.0 support)Ruby 3.1 reached EOL on 2025-03-31. Ruby 3.2 will reach EOL on 2026-03-31.
This also unblocks dependency upgrades that have dropped Ruby 3.2 support (
parallel2.x,rbi0.3.11+).