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:31 UTC

[maven-surefire] branch jdk-19-ci created (now d1302ab4d)

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

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


      at d1302ab4d add jdk 19

This branch includes the following new commits:

     new d1302ab4d add jdk 19

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ol...@apache.org.
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'