This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git
The following commit(s) were added to refs/heads/master by this push:
new 10085b3 Add Maven 4 to build matrix on GitHub
10085b3 is described below
commit 10085b3683b946656bea7f41c5a14928c8ef2767
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Aug 13 22:45:46 2025 +0200
Add Maven 4 to build matrix on GitHub
---
.github/workflows/maven-verify.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 932827c..fe99798 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,3 +25,6 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
+ with:
+ maven4-enabled: true
+ matrix-exclude: '[{"maven": "3.6.3"}, {"maven": "3.8.9"}]'