Skip to content

Commit

Permalink
Run CI tests also with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored Jan 1, 2024
1 parent 660cff8 commit 809ecf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
jdk-matrix: '[ "8", "11", "17", "20" ]'
ff-jdk: '20'
jdk-matrix: '[ "8", "11", "17", "21" ]'
ff-jdk: '21'
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 809ecf3

Please sign in to comment.