This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-mapping.git
commit ee91b1ae1db966b3b422845cdf595e9dfea34974 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sat Jan 25 17:49:01 2025 +0100 [MSHARED-1463] Use defaults --- .github/workflows/maven-verify.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 15afb42..5fafb35 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,9 +26,5 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - ff-run: false - ff-site-run: false - jdk-matrix: '[ "21" ]' - maven-matrix: '[ "3.9.9", "4.0.0-rc-2" ]' - verify-fail-fast: false + maven4-enabled: true verify-goal: 'verify'