This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch v3 in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v3 by this push: new 89f2a04 Use Java 17 as default. Remove Java 11 from ci 89f2a04 is described below commit 89f2a04119d7328ba0d45cafda92e92e68540a48 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Mon Jun 5 20:22:18 2023 +0200 Use Java 17 as default. Remove Java 11 from ci We recommend to use latest LTS Java version. --- .github/workflows/maven-verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index fbc72e3..fd430fa 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -35,7 +35,7 @@ on: jdk-matrix: description: jdk matrix as json array required: false - default: '[ "8", "11", "17" ]' + default: '[ "8", "17" ]' type: string jdk-distribution-matrix: @@ -90,7 +90,7 @@ on: ff-jdk: description: The jdk version used during fail-fast-build job required: false - default: '11' + default: '17' type: string ff-jdk-distribution: