You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2022/04/23 23:33:01 UTC

[maven-surefire] branch master updated: [github] CI JDK18

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 12dfada22 [github] CI JDK18
12dfada22 is described below

commit 12dfada22cb9fa9fb4dfbd8c44c772bb54836914
Author: tibor.digana <ti...@apache.org>
AuthorDate: Sun Apr 24 01:32:46 2022 +0200

    [github] CI JDK18
---
 .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 c75e585e2..bdecc6a77 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-ea" ]'
-      ff-jdk: '18-ea'
+      jdk-matrix: '[ "8", "11", "17", "18" ]'
+      ff-jdk: '18'
       ff-goal: 'clean install site site:stage -P reporting -nsu'
       ff-site-goal: '-v'
       verify-goal: 'clean install -nsu -P run-its'