You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2023/02/20 02:56:37 UTC

[maven-gh-actions-shared] 01/01: we need to keep 3.8.x part of the matrix

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

olamy pushed a commit to branch v3-keep-3.8.x-part-of-matric
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit aae50ce17dae92bd35b6d24625c07844412b227e
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Feb 20 12:56:32 2023 +1000

    we need to keep 3.8.x part of the matrix
---
 .github/workflows/maven-verify.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index b115ec1..2916e5a 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.0" ]'
+        default: '[ "3.8.7", "3.9.0" ]'
         type: string
 
       matrix-exclude: