Skip to content

Upgrade CI runners from ubuntu-22.04 to ubuntu-24.04#1891

Merged
jar-stripe merged 2 commits into
masterfrom
jar/upgrade-ubuntu-runner
Jun 16, 2026
Merged

Upgrade CI runners from ubuntu-22.04 to ubuntu-24.04#1891
jar-stripe merged 2 commits into
masterfrom
jar/upgrade-ubuntu-runner

Conversation

@jar-stripe

@jar-stripe jar-stripe commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Why?

ubuntu-22.04 is EOL next year and our more powerful runners are already on ubuntu-24.04. this upgrades stripe-ruby to ubuntu-24.04 so we can stay ahead of the EOL and standardize on a single runner version

What?

  • build job: ubuntu-22.04ubuntu-24.04
  • test job: ubuntu-22.04ubuntu-24.04
  • test job: upgrade jruby-9.4.0.0 to jruby-9.4.7.0 for compatibility with ubuntu-24.04 and removed stale comment
  • publish job: ubuntu-22.04ubuntu-24.04

See Also

jar-stripe and others added 2 commits June 15, 2026 14:15
Follows the same upgrade done in sdk-codegen (stripe/sdk-codegen#3716,
DEVSDK-2337). The jruby-9.4.0.0 pin comment is removed; if jruby has
issues on 24.04, CI will surface it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
upgraded jruby from 9.4.0 to 9.4.7 for compatibility with ubuntu 24
@jar-stripe
jar-stripe marked this pull request as ready for review June 15, 2026 21:46
@jar-stripe
jar-stripe requested a review from a team as a code owner June 15, 2026 21:46
@jar-stripe
jar-stripe requested review from Copilot and xavdid and removed request for a team June 15, 2026 21:46

Copilot AI 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.

Pull request overview

This PR updates the GitHub Actions CI workflow to run on Ubuntu 24.04 across all jobs, aligning runner versions and keeping CI compatible with the newer environment by bumping the JRuby version used in the test matrix.

Changes:

  • Upgrade build, test, and publish jobs from ubuntu-22.04 to ubuntu-24.04.
  • Update the test matrix JRuby entry from jruby-9.4.0.0 to jruby-9.4.7.0 and remove the now-stale pinning comment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jar-stripe
jar-stripe enabled auto-merge (squash) June 15, 2026 21:49
@jar-stripe
jar-stripe merged commit d7f40c5 into master Jun 16, 2026
16 checks passed
@jar-stripe
jar-stripe deleted the jar/upgrade-ubuntu-runner branch June 16, 2026 02:29
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.

3 participants