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

olamy 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 3899336  build against 4.0.0-rc-3 (#204)
3899336 is described below

commit 3899336dc88ae61f5e5593fb330018c57a0e0c0e
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Apr 17 07:40:19 2025 +1000

    build against 4.0.0-rc-3 (#204)
    
    * build against 4.0.0-rc-3
    
    ---------
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/workflows/maven-verify-3.9.x.yml | 2 +-
 .github/workflows/maven-verify.yml       | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify-3.9.x.yml 
b/.github/workflows/maven-verify-3.9.x.yml
index 833f1bb..3b4b9d0 100644
--- a/.github/workflows/maven-verify-3.9.x.yml
+++ b/.github/workflows/maven-verify-3.9.x.yml
@@ -27,7 +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", "4.0.0-alpha-8" ]'
+      maven-matrix: '[ "3.9.9" ]'
       jdk-matrix: '[ "11", "17", "21" ]'
       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 861450f..247b1cf 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -27,7 +27,8 @@ 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-alpha-8" ]'
-      jdk-matrix: '[ "11", "17", "21" ]'
+      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'
       verify-goal: '-P run-its verify javadoc:jar'

Reply via email to