This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch jdk-26 in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
commit d735229a9dec68f469f0c8d03cdc7b8c492d1080 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Mar 22 12:46:44 2026 +0100 Run tests with Java 26 --- .github/workflows/maven-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 3b39c50..5712cdc 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -45,7 +45,7 @@ on: jdk-matrix: description: jdk matrix as json array required: false - default: '[ "21", "25", "8" ]' + default: '[ "21", "26", "8" ]' type: string jdk-distribution-matrix:
