This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch jdk21 in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
commit 324196ba6cc79fd74aab785e02f5d6c1e0f1d68e Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Jan 6 23:02:18 2024 +0100 Add JDK 21 to default tests --- .github/workflows/maven-verify-test.yml | 1 + .github/workflows/maven-verify.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify-test.yml b/.github/workflows/maven-verify-test.yml index 44c8169..64a1dc4 100644 --- a/.github/workflows/maven-verify-test.yml +++ b/.github/workflows/maven-verify-test.yml @@ -32,6 +32,7 @@ jobs: with: ff-site-run: false ff-goal: test + ff-jdk: 21 verify-goal: clean install verify-fail-fast: false maven-matrix: '[ "3.9.6", "3.2.5", "3.8.8" ]' diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 6e3aa9e..efc6995 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -35,7 +35,7 @@ on: jdk-matrix: description: jdk matrix as json array required: false - default: '[ "8", "17" ]' + default: '[ "17", "21", 8" ]' type: string jdk-distribution-matrix:
