This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 eb42b46 Maven 3.8 EOL - run CI only on 3.9.x
eb42b46 is described below
commit eb42b46146fa5b17fd038f156d630866767123b5
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Nov 3 14:36:25 2025 +0100
Maven 3.8 EOL - run CI only on 3.9.x
https://github.com/apache/maven-site/pull/842
https://lists.apache.org/thread/gdyhw6mt6qhnbknpngpkj8s4ckx7s7xs
---
.github/workflows/maven-verify-test.yml | 2 +-
.github/workflows/maven-verify.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven-verify-test.yml
b/.github/workflows/maven-verify-test.yml
index af15cae..9b7306b 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.11", "3.8.9", "3.6.3" ]'
+ maven-matrix: '[ "3.9.11" ]'
# test with Maven 4
verify-3:
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 54ed6b4..53bdfd1 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.11" ]'
+ default: '[ "3.9.11" ]'
type: string
maven4-version: