This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch java25 in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
commit 27cad7d892b5aecb092dd4945eeb015ac524682c Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Fri Nov 14 21:20:29 2025 +0100 Bump Java from 22 to 25 --- .github/workflows/early-access.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/early-access.yaml b/.github/workflows/early-access.yaml index 9aaf3865..f9341017 100644 --- a/.github/workflows/early-access.yaml +++ b/.github/workflows/early-access.yaml @@ -26,7 +26,7 @@ on: pull_request: env: - JAVA_VERSION: '22' + JAVA_VERSION: '25' concurrency: group: ${{ github.workflow }}-${{ github.ref }}
