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

sjaranowski pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v4 by this push:
     new 6e1e2df  Use Maven 3.9.8 for build
6e1e2df is described below

commit 6e1e2df4d7c3dda587d8bd62613f38d5ceb1c3b3
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Fri Jun 21 22:11:39 2024 +0200

    Use Maven 3.9.8 for build
---
 .github/workflows/maven-verify-test.yml | 2 +-
 .github/workflows/maven-verify.yml      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify-test.yml 
b/.github/workflows/maven-verify-test.yml
index 5945c6d..deab43f 100644
--- a/.github/workflows/maven-verify-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -37,7 +37,7 @@ jobs:
       ff-jdk: '21'
       verify-goal: clean install
       verify-fail-fast: false
-      maven-matrix: '[ "3.9.7", "3.8.8", "3.6.3" ]'
+      maven-matrix: '[ "3.9.8", "3.8.8", "3.6.3" ]'
 
   # test with Maven 4
   verify-3:
diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 12e763a..5e921cb 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -47,7 +47,7 @@ on:
       maven-matrix:
         description: The Maven version matrix as json array
         required: false
-        default: '[ "3.6.3", "3.9.7" ]'
+        default: '[ "3.6.3", "3.9.8" ]'
         type: string
 
       maven4-version:
@@ -102,7 +102,7 @@ on:
       ff-maven:
         description: The Maven version used during fail-fast-build job
         required: false
-        default: '3.9.7'
+        default: '3.9.8'
         type: string
 
       ff-jdk:

Reply via email to