This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/master by this push: new 3a796231 Simply GitHub verify action 3a796231 is described below commit 3a7962319d97bf08dcf3599fadcbd28be2cf87ef Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Feb 22 08:32:24 2025 +0100 Simply GitHub verify action --- .github/workflows/maven-verify.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index d2bd2cfb..c702d74a 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,7 +26,5 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - maven-matrix: '[ "3.6.3", "3.9.9", "4.0.0-beta-4" ]' - jdk-matrix: '[ "8", "17", "21" ]' - matrix-exclude: '[ { maven: "4.0.0-beta-4", jdk: "8" } ]' + maven4-enabled: true # build by Maven 3.x and 4.x