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 82cc8ea fix: Drop JDK 8 from default toolchains because of poor
availability
82cc8ea is described below
commit 82cc8eaa89b1cc1a556aea6500193b7b1da99ee2
Author: Niels Basjes <[email protected]>
AuthorDate: Fri Mar 20 09:06:07 2026 +0100
fix: Drop JDK 8 from default toolchains because of poor availability
---
.github/workflows/maven-verify.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 2e18f9a..3b39c50 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -36,7 +36,6 @@ on:
description: 'The jdk versions to be present in the maven toolchain
(default: all current LTS versions)'
required: false
default: |
- 8
11
17
21
@@ -132,7 +131,6 @@ on:
description: 'The jdk versions to be present in the maven toolchain
during fail-fast-build job (default: all current LTS versions)'
required: false
default: |
- 8
11
17
21