-
Notifications
You must be signed in to change notification settings - Fork 1
upstream sync #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add ruby-3.3.8
Update CRuby releases on Windows
There was a problem hiding this comment.
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 synchronizes the repository with upstream changes, updating version references and CI configurations to match the latest supported environments.
- Updated Ruby and JRuby version ranges in the README.
- Added additional notes on runner image/version combinations in the README.
- Modified the CI workflow to remove ubuntu-20.04 and use ubuntu-22.04 across jobs.
Reviewed Changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updated Ruby and JRuby version references and added notes. |
| .github/workflows/test.yml | Adjusted OS matrix and runner settings to remove ubuntu-20.04. |
Files not reviewed (2)
- ruby-builder-versions.json: Language not supported
- windows-versions.json: Language not supported
Comments suppressed due to low confidence (3)
.github/workflows/test.yml:20
- The removal of ubuntu-20.04 from the OS matrix may reduce test coverage for older environments. If legacy support is no longer required, consider updating any related documentation to reflect this change.
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, macos-15, windows-2019, windows-2022, windows-2025 ]
.github/workflows/test.yml:289
- Updating the runner for the 'testFixedBundlerVersionForOldRuby' job to ubuntu-22.04 might affect testing on older Ruby versions. Verify that the new environment meets all testing requirements for legacy builds.
runs-on: ubuntu-22.04
.github/workflows/test.yml:414
- Changing the lint job's runner to ubuntu-22.04 may result in different behavior compared to ubuntu-20.04. Ensure that linting outcomes remain consistent across environment updates.
runs-on: ubuntu-22.04
No description provided.