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

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

commit 5f1a07b99323bf766266703d1250b0b71a8cf2c7
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Jan 6 14:20:30 2025 +0100

    CI - check with latest Maven 3.9.x and 4.x
---
 .github/workflows/maven-verify.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 1a11bfd..a255d1f 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.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"'
-      maven-matrix: '[ "3.9.5", "4.0.0-alpha-8" ]'
+      maven-matrix: '[ "3.9.9", "4.0.0-rc-2" ]'
       jdk-matrix: '[ "11", "17", "21" ]'
       ff-goal: '-P run-its verify javadoc:jar'
-      verify-goal: '-P run-its verify javadoc:jar'
\ No newline at end of file
+      verify-goal: '-P run-its verify javadoc:jar'

Reply via email to