Skip to content

Commit

Permalink
(CI) check Java 21 and latest Maven 3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jul 4, 2024
1 parent 651abd2 commit 5a1d0e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
jdk-matrix: '["8", "11", "17", "20"]'
jdk-matrix: '["8", "11", "17", "21"]'
jdk-distribution-matrix: '["zulu"]'
ff-jdk: "17"
ff-maven: "3.9.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.8.8" ]' # Maven versions matrix for verify builds
ff-maven: "3.9.8" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.9.8" ]' # Maven versions matrix for verify builds

0 comments on commit 5a1d0e4

Please sign in to comment.