From 5a1d0e48af31f70e6292d83f8a21e996e1d41c38 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Thu, 4 Jul 2024 13:29:28 +0200 Subject: [PATCH] (CI) check Java 21 and latest Maven 3.9.8 --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8deb4eb3..4ad8e6ec 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,9 +29,9 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - jdk-matrix: '["8", "11", "17", "20"]' + jdk-matrix: '["8", "11", "17", "21"]' jdk-distribution-matrix: '["zulu"]' ff-jdk: "17" - ff-maven: "3.9.6" # Maven version for fail-fast-build - maven-matrix: '[ "3.6.3", "3.8.8" ]' # Maven versions matrix for verify builds + ff-maven: "3.9.8" # Maven version for fail-fast-build + maven-matrix: '[ "3.6.3", "3.9.8" ]' # Maven versions matrix for verify builds