You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/11/30 00:16:06 UTC

[maven-surefire] branch slachiewicz-java19 created (now 6c62c8a30)

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

slachiewicz pushed a change to branch slachiewicz-java19
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


      at 6c62c8a30 Update maven-verify.yml

This branch includes the following new commits:

     new 6c62c8a30 Update maven-verify.yml

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: Update maven-verify.yml

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch slachiewicz-java19
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 6c62c8a30d4a4f432581e0adeab472418e2b4ab4
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Nov 30 01:16:00 2022 +0100

    Update maven-verify.yml
---
 .github/workflows/maven-verify.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index bdecc6a77..9ee10a817 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -26,8 +26,8 @@ jobs:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
-      jdk-matrix: '[ "8", "11", "17", "18" ]'
-      ff-jdk: '18'
+      jdk-matrix: '[ "8", "11", "17", "19" ]'
+      ff-jdk: '19'
       ff-goal: 'clean install site site:stage -P reporting -nsu'
       ff-site-goal: '-v'
       verify-goal: 'clean install -nsu -P run-its'