Skip to content

Support Ruby 3.3 to 4.0#166

Merged
mroloux merged 2 commits into
masterfrom
matti/support-ruby-4
May 4, 2026
Merged

Support Ruby 3.3 to 4.0#166
mroloux merged 2 commits into
masterfrom
matti/support-ruby-4

Conversation

@mroloux
Copy link
Copy Markdown
Member

@mroloux mroloux commented May 4, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 4, 2026 07:34
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Ruby SDK's declared/runtime support window to target Ruby 3.3 through 4.0, aligning the gem metadata and CI matrix with that support policy.

Changes:

  • Add a Ruby version requirement to the gemspec: >= 3.3 and < 4.1.
  • Update the GitHub Actions test matrix to run on Ruby 3.3, 3.4, and 4.0.
  • Modernize the checkout action and disable matrix fail-fast for broader CI visibility.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
seatsio.gemspec Declares the supported Ruby runtime range for the published gem.
.github/workflows/build.yml Adjusts CI to exercise the newly supported Ruby versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread seatsio.gemspec
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 3.3', '< 4.1'
@mroloux mroloux merged commit 93bae8f into master May 4, 2026
3 checks passed
@mroloux mroloux deleted the matti/support-ruby-4 branch May 4, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants