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-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new dcebe0f Adjust CI to defaults
dcebe0f is described below
commit dcebe0ff0e861b58855854202d0f29c964cb4b5c
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 | 4 ++--
.github/workflows/maven-verify.yml | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven-verify-3.9.x.yml
b/.github/workflows/maven-verify-3.9.x.yml
index 3b4b9d0..7be11dd 100644
--- a/.github/workflows/maven-verify-3.9.x.yml
+++ b/.github/workflows/maven-verify-3.9.x.yml
@@ -27,8 +27,8 @@ 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
+ matrix-exclude: '[ {"jdk": "8"} ]'
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'