Skip to content

Commit

Permalink
[github] CI JDK18
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Apr 23, 2022
1 parent 0e08169 commit 12dfada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-verify.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 12dfada

Please sign in to comment.