From 6da86d2b85eb8c49923b531ce8c3207865278ce4 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 9 Oct 2023 22:50:57 +0200 Subject: [PATCH] Use default setup from apache/maven-gh-actions-shared --- .github/workflows/maven.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9324c2f..b22fbd6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,14 +23,3 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 - with: - ff-maven: "3.9.1" # Maven version for fail-fast-build - maven-matrix: '[ "3.8.8", "3.9.1" ]' # Maven versions matrix for verify builds - jdk-matrix: '["8", "11", "17", "20-ea"]' - jdk-distribution-matrix: '["temurin", "adopt-openj9"]' - matrix-exclude: > - [ - {"jdk": "17", "distribution": "adopt-openj9"}, - {"jdk": "20-ea", "distribution": "adopt-openj9"} - ] - ff-site-goal: '-DskipTests -P reporting site'