This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 007a858 Do not build with JDK 21 (#41)
007a858 is described below
commit 007a858fd6b67091c8439cdcf23d1753afb3f50e
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu May 23 15:14:34 2024 +0200
Do not build with JDK 21 (#41)
---
.github/workflows/maven-verify.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 932827c..fa7dc4b 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,3 +25,5 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
+ with:
+ jdk-matrix: '[ "8", "11", "17" ]'