Skip to content

Commit 833e80e

Browse files
committed
ci(e2e_gem): bump pinned ruby from 3.2.11 to 3.2.10
`ruby/setup-ruby` dropped 3.2.11 from its catalog at some point — the action errors with "Unknown version 3.2.11 for ruby on ubuntu-24.04" and lists 3.2.10 as the newest 3.2.x available. 3.2.x is API-stable so 3.2.10 is a drop-in replacement. Assisted-by: Claude Code:opus-4-7
1 parent ed04403 commit 833e80e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,9 @@ jobs:
451451
if: matrix.suite == 'e2e_gem'
452452
uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
453453
with:
454-
ruby-version: '3.2.11'
454+
# 3.2.11 was removed from setup-ruby's catalog; 3.2.10 is the
455+
# newest 3.2.x available on the GitHub-hosted runner.
456+
ruby-version: '3.2.10'
455457
bundler-cache: false
456458

457459
- name: Run e2e tests

0 commit comments

Comments
 (0)