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

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


The following commit(s) were added to refs/heads/v3 by this push:
     new b961f08  Maven 3.9.3 as default
b961f08 is described below

commit b961f080ae80df6f0869fd49b9e075e9904069db
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sun Jul 2 12:50:22 2023 +0200

    Maven 3.9.3 as default
---
 .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 bdafdfe..b0b82ba 100644
--- a/.github/workflows/maven-verify-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -33,4 +33,4 @@ jobs:
       ff-goal: test
       verify-goal: clean install
       verify-fail-fast: false
-      maven-matrix: '[ "3.2.5", "3.8.6" ]'
+      maven-matrix: '[ "3.2.5", "3.8.8", "3.9.3" ]'
diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index fd430fa..fb5191a 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.9.2" ]'
+        default: '[ "3.9.3" ]'
         type: string
 
       matrix-exclude:
@@ -84,7 +84,7 @@ on:
       ff-maven:
         description: The Maven version used during fail-fast-build job
         required: false
-        default: '3.9.2'
+        default: '3.9.3'
         type: string
 
       ff-jdk:

Reply via email to