Update JDK version from 17 to 25 in workflow#471
Merged
thomasturrell merged 1 commit intocopilot/upgrade-project-to-java-25from Jan 10, 2026
Merged
Update JDK version from 17 to 25 in workflow#471thomasturrell merged 1 commit intocopilot/upgrade-project-to-java-25from
thomasturrell merged 1 commit intocopilot/upgrade-project-to-java-25from
Conversation
|
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request attempts to update the Java Development Kit version used in the GitHub Copilot setup workflow from version 17 to version 25. The change modifies the workflow configuration that sets up the build environment for GitHub Copilot agents working on this repository.
Changes:
- Updated JDK version specification from 17 to 25 in the Copilot setup steps workflow
ebce2d4
into
copilot/upgrade-project-to-java-25
12 checks passed
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.



This pull request updates the Java Development Kit (JDK) version used in the GitHub Actions workflow to ensure compatibility with newer Java features and dependencies.
Build environment update:
.github/workflows/copilot-setup-steps.yml: Changed the JDK version from 17 to 25 in the workflow configuration, updating both the step name and thejava-versioninput.Description
Resolves # (issue)
Checklist: