This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch feature/add-gh-action
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git

commit cec6a6c29d3a2163a8669642dce135ea59b999e1
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Mon Mar 3 21:27:22 2025 +0100

    [MSHARED-1467] Adjust to defaults
---
 .github/workflows/maven-verify.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index c25853e..79652a8 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -26,10 +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
-      verify-goal: 'verify'
-
+      maven4-enabled: true
+      maven4-version: '4.0.0-rc-2' # only needed if you want to override 
default

Reply via email to