Skip to content

SH-1002 [CI] Update GitHub Actions versions#20

Merged
PetrHeinz merged 3 commits into
mainfrom
claude/sh-1002-update-github-actions
Jul 17, 2026
Merged

SH-1002 [CI] Update GitHub Actions versions#20
PetrHeinz merged 3 commits into
mainfrom
claude/sh-1002-update-github-actions

Conversation

@PetrHeinz

@PetrHeinz PetrHeinz commented Jul 17, 2026

Copy link
Copy Markdown
Member

GitHub is deprecating Node.js 20 actions (forced to Node 24 since June 2nd, 2026; Node 20 removed from runners on September 16th, 2026), and Node 12/16 actions are already force-migrated. This bumps the affected actions to their latest majors (all Node 24):

  • actions/checkout v2v7

After the runner moved to ubuntu-24.04, the interpreter matrix was aligned with logtail-ruby: Ruby 2.3/2.4 and the pinned JRuby/TruffleRuby builds (unavailable on ubuntu-24.04) were dropped in favor of 2.5+ plus unpinned truffleruby. Ruby 2.5 now tests against Rack ~>2.2 — its RubyGems ignores rack's required_ruby_version and would otherwise install a Rack that no longer runs on 2.5.

🤖 Generated with Claude Code

PetrHeinz and others added 3 commits July 17, 2026 12:16
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Ruby 2.3/2.4, pinned JRuby, and pinned TruffleRuby builds are not available
on the ubuntu-24.04 runner; use the same interpreter list as logtail-ruby
(2.5+ plus unpinned truffleruby). Ruby 2.5 keeps running against Rack ~>2.2
because its RubyGems ignores rack's required_ruby_version and would install
a Rack that no longer works there.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@PetrHeinz
PetrHeinz merged commit 6e4a169 into main Jul 17, 2026
22 checks passed
@PetrHeinz
PetrHeinz deleted the claude/sh-1002-update-github-actions branch July 17, 2026 11:44
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