Skip to content

ci: drop Ruby 3.1 and 3.2 EOL versions from CI matrix#37

Merged
pimpin merged 2 commits into
masterfrom
ci/drop-ruby-eol-versions
Jul 7, 2026
Merged

ci: drop Ruby 3.1 and 3.2 EOL versions from CI matrix#37
pimpin merged 2 commits into
masterfrom
ci/drop-ruby-eol-versions

Conversation

@pimpin

@pimpin pimpin commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

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

  • Removed the three EOL matrix entries (Ruby 3.2 × 2 combinations, Ruby 3.1 × 1) from .github/workflows/test.yml
  • Bumped required_ruby_version in couchbase-orm.gemspec from >= 3.1.0 to >= 3.3.0 to reflect the new minimum supported version

Changes

  • .github/workflows/test.yml: removed Ruby 3.1 and 3.2 matrix entries (3 rows removed)
  • couchbase-orm.gemspec: required_ruby_version set to >= 3.3.0

Evidence 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.

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>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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
pimpin force-pushed the ci/drop-ruby-eol-versions branch from d3686fa to 26afff6 Compare July 7, 2026 06:39
@pimpin
pimpin marked this pull request as ready for review July 7, 2026 06:43
@pimpin
pimpin merged commit 2357070 into master Jul 7, 2026
7 checks passed
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