Upgrade CI runners from ubuntu-22.04 to ubuntu-24.04#1891
Merged
Conversation
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
marked this pull request as ready for review
June 15, 2026 21:46
jar-stripe
requested review from
Copilot and
xavdid
and removed request for
a team
June 15, 2026 21:46
There was a problem hiding this comment.
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, andpublishjobs fromubuntu-22.04toubuntu-24.04. - Update the test matrix JRuby entry from
jruby-9.4.0.0tojruby-9.4.7.0and remove the now-stale pinning comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jar-stripe
enabled auto-merge (squash)
June 15, 2026 21:49
xavdid
approved these changes
Jun 16, 2026
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?
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?
buildjob:ubuntu-22.04→ubuntu-24.04testjob:ubuntu-22.04→ubuntu-24.04testjob: upgradejruby-9.4.0.0tojruby-9.4.7.0for compatibility withubuntu-24.04and removed stale commentpublishjob:ubuntu-22.04→ubuntu-24.04See Also