This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch slachiewicz-java-20 in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
commit 77ee8bcaa8b36056b3c1e4c0f19e9142b68915a6 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Fri Mar 31 22:37:14 2023 +0200 Add Java 20 to tests --- .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 fb5191a..8ec3e0b 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", "17" ]' + default: '[ "20", "17", "8" ]' 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: '17' + default: '20' type: string ff-jdk-distribution: