Skip to content

fix(ci): align release test matrix with required_ruby_version - #5

Merged
mhenrixon merged 1 commit into
mainfrom
fix/release-ruby-matrix
Jul 17, 2026
Merged

fix(ci): align release test matrix with required_ruby_version#5
mhenrixon merged 1 commit into
mainfrom
fix/release-ruby-matrix

Conversation

@mhenrixon

Copy link
Copy Markdown
Collaborator

Summary

  • Release workflow still tested Ruby 3.3 while required_ruby_version is >= 3.4.
  • That blocked publishing v0.2.3 (bundle install failed in "Test before release (3.3)").
  • Align with CI: test 3.4 and 4.0 only.

Test plan

  • Workflow matrix matches gemspec + main CI
  • Re-run failed Release workflow for v0.2.3 after merge

gemspec requires >= 3.4, but release still tested 3.3 — v0.2.3 never
published (bundle install failed). Match CI: 3.4 and 4.0.
@mhenrixon
mhenrixon merged commit 2e4e0ae into main Jul 17, 2026
5 checks passed
@mhenrixon
mhenrixon deleted the fix/release-ruby-matrix branch July 17, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant