-
Notifications
You must be signed in to change notification settings - Fork 329
Update CI to run builds on JDK 25 #1422
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
WalkthroughThis PR updates the build infrastructure and CI configuration across multiple files. The GitHub Actions workflow is updated to use newer action versions (actions/checkout v6 and gradle/actions/setup-gradle v5) and simplifies the Java version specification from a multiline format to a single value. The Gradle build scripts are refactored to modify the JDK test matrix—changing the version range from [25] to [21]—and consolidate JVM argument configurations by using a centralized commonJavacOpens reference. Additionally, toolchain versions are updated from 24 to 25 in jdk-recent-unit-tests, and test task configurations are adjusted across jar-infer-lib and jdk-recent-unit-tests. Possibly related PRs
Suggested reviewers
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
🧰 Additional context used🧠 Learnings (4)📓 Common learnings📚 Learning: 2025-08-14T18:50:06.159ZApplied to files:
📚 Learning: 2025-11-25T22:43:06.446ZApplied to files:
📚 Learning: 2025-10-09T19:59:16.543ZApplied to files:
🔇 Additional comments (7)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1422 +/- ##
=========================================
Coverage 88.40% 88.40%
Complexity 2669 2669
=========================================
Files 97 97
Lines 8872 8872
Branches 1775 1775
=========================================
Hits 7843 7843
Misses 511 511
Partials 518 518 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Our build scripts now create
testJdk21andtestJdk17tasks for testing on older JDKs, assuming that Gradle itself (and hence thetesttask) runs on JDK 25. Configure CI to use JDK 25 for builds. Do some related build script cleanup. No behavior changes.Fixes #1399
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.