ci: drop Ruby 3.1 and 3.2 EOL versions from CI matrix#37
Merged
Conversation
Remove Ruby 3.1 and 3.2 from the test matrix (both reached EOL) and bump required_ruby_version to >= 3.3.0 in the gemspec accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the required Ruby version in couchbase-orm.gemspec from >= 3.1.0 to >= 3.3.0. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
The hardcoded libtinfo5 .deb URL pinned version 6.3-2ubuntu0.1, which has been superseded in the Ubuntu pool and now returns 404. libtinfo5 is not available via apt on ubuntu-24.04, so the manual download is still required — bump the pinned version to 6.3-2ubuntu0.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
pimpin
force-pushed
the
ci/drop-ruby-eol-versions
branch
from
July 7, 2026 06:39
d3686fa to
26afff6
Compare
pimpin
marked this pull request as ready for review
July 7, 2026 06:43
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.
Why
Ruby 3.1 reached EOL on March 31, 2025 and Ruby 3.2 reached EOL on March 31, 2026. Keeping them in the CI matrix adds unnecessary maintenance burden with no benefit.
Related: BC-2528
How
.github/workflows/test.ymlrequired_ruby_versionincouchbase-orm.gemspecfrom>= 3.1.0to>= 3.3.0to reflect the new minimum supported versionChanges
.github/workflows/test.yml: removed Ruby 3.1 and 3.2 matrix entries (3 rows removed)couchbase-orm.gemspec:required_ruby_versionset to>= 3.3.0Evidence of Testing
CI-only change — no code behaviour modified.
Review Focus
N/A — straightforward cleanup.
Documentation
No documentation changes needed.
This pull request was created with AI assistance.