From dea4f8c10b6bec7135ab75ca83eea7a05b260cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Sun, 28 Dec 2025 08:35:22 +0100 Subject: [PATCH 1/2] Build on Zulu and Temurin Add another JDK to the matrix to check JEP 493 changes --- .github/workflows/maven-verify.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 932827c..8120f4d 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,3 +25,8 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + # Add another JDK to the matrix to check JEP 493 changes + with: + jdk-distribution-matrix: '[ "temurin", "zulu"]' + jdk-matrix: '[ "11", "17", "21", "25" ]' + verify-fail-fast: true From 6e4a995b877972819dd7647e5c040847b42596ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCnger?= Date: Sun, 28 Dec 2025 08:41:56 +0100 Subject: [PATCH 2/2] Build on Zulu and Temurin Add another JDK to the matrix to check JEP 493 changes --- .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 8120f4d..d67cf61 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -29,4 +29,4 @@ jobs: with: jdk-distribution-matrix: '[ "temurin", "zulu"]' jdk-matrix: '[ "11", "17", "21", "25" ]' - verify-fail-fast: true + verify-fail-fast: false