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

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

commit 30f4899c112bfc5a73b56effd5993047be830ff3
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun May 26 22:53:57 2024 +0200

    Use Maven 3.9.7 for build
---
 .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 9e86413..3d6b094 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.6" ]'
+        default: '[ "3.6.3", "3.9.7" ]'
         type: string
 
       matrix-include:
@@ -90,7 +90,7 @@ on:
       ff-maven:
         description: The Maven version used during fail-fast-build job
         required: false
-        default: '3.9.6'
+        default: '3.9.7'
         type: string
 
       ff-jdk:

Reply via email to