Skip to content

Commit

Permalink
(ci) Use latest releases of Maven 3.9.1 and 3.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Mar 18, 2023
1 parent ac9296b commit 4f547b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
jdk-matrix: '["8", "11", "17", "20-ea"]'
jdk-distribution-matrix: '["temurin", "zulu"]'
ff-jdk: "11"
ff-maven: "3.9.0" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.8.7" ]' # Maven versions matrix for verify builds
ff-maven: "3.9.1" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.8.8" ]' # Maven versions matrix for verify builds

0 comments on commit 4f547b0

Please sign in to comment.