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

slachiewicz pushed a commit to branch ghafix
in repository 
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git

commit 49086eff8b38b455130fd9553e3b001c6c95dca0
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Fri Nov 14 21:56:49 2025 +0100

    Adjust CI to defaults
---
 .github/workflows/maven-verify-3.9.x.yml | 3 +--
 .github/workflows/maven-verify.yml       | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify-3.9.x.yml 
b/.github/workflows/maven-verify-3.9.x.yml
index 3b4b9d0..d0a3079 100644
--- a/.github/workflows/maven-verify-3.9.x.yml
+++ b/.github/workflows/maven-verify-3.9.x.yml
@@ -27,8 +27,7 @@ jobs:
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
     with:
       maven-args: '-D"maven.test.redirectTestOutputToFile=false -Pmaven3"'
-      maven-matrix: '[ "3.9.9" ]'
-      jdk-matrix: '[ "11", "17", "21" ]'
+      maven4-enabled: false
       ff-goal: '-P run-its verify javadoc:jar'
       verify-goal: '-P run-its verify javadoc:jar'
 
diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 247b1cf..8256a38 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -27,7 +27,6 @@ jobs:
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
     with:
       maven-args: '-D"maven.test.redirectTestOutputToFile=false"'
-      maven-matrix: '[ "3.9.9", "4.0.0-rc-3" ]'
       maven4-enabled: true
       matrix-exclude: '[ {"jdk": "8"} ]'
       ff-goal: '-P run-its verify javadoc:jar'

Reply via email to