Skip to content

Conversation

@alaahong
Copy link

Description:
Updated the Java version in the README setup examples from 21 to 25 to reflect the latest supported version.
This change ensures that users are guided to use the most current Java version for their projects.

  • Updated all instances of 'java-version: 21' to 'java-version: 25'
  • Modified supported version syntax to include '25'

Related issue:
#899

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

Updated the Java version in the README setup examples from 21 to 25
to reflect the latest supported version. This change ensures that
users are guided to use the most current Java version for their
projects.

- Updated all instances of 'java-version: 21' to 'java-version: 25'
- Modified supported version syntax to include '25'
Copilot AI review requested due to automatic review settings December 14, 2025 02:52
@alaahong alaahong requested a review from a team as a code owner December 14, 2025 02:52
Copy link

Copilot AI left a 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 aims to update Java version references in README examples from version 21 to 25. However, based on the repository's e2e test workflows, Java 25 appears to only be supported by the Microsoft distribution at this time. The changes update all examples to use version 25 regardless of the distribution being used (Temurin and Zulu), which may result in users encountering errors when they try to follow these examples.

Key Changes

  • Updated all java-version fields from '21' to '25' across multiple setup examples
  • Added '25' to the list of supported major versions in the version syntax documentation
  • Added '25' to the test matrix example

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

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.

1 participant