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 2022/09/21 02:06:32 UTC

[maven-surefire] 01/01: add jdk 19

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

olamy pushed a commit to branch jdk-19-ci
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit d1302ab4d317dfcb79ba71fb998584bcc417e60a
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Sep 21 12:06:25 2022 +1000

    add jdk 19
---
 .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 bdecc6a77..9ce4a1132 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -26,7 +26,7 @@ jobs:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
-      jdk-matrix: '[ "8", "11", "17", "18" ]'
+      jdk-matrix: '[ "8", "11", "17", "18", "19" ]'
       ff-jdk: '18'
       ff-goal: 'clean install site site:stage -P reporting -nsu'
       ff-site-goal: '-v'