Skip to content

Commit

Permalink
Use Maven 3.9.5, 3.6.3 - drop 3.5.4 from build
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 19, 2023
1 parent 25481e1 commit d61777e
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 @@ -24,5 +24,5 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-maven: "3.9.1" # Maven version for fail-fast-build
maven-matrix: '[ "3.5.4", "3.8.8", "3.9.1" ]' # Maven versions matrix for verify builds
ff-maven: "3.9.5" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.8.8", "3.9.5" ]' # Maven versions matrix for verify builds

0 comments on commit d61777e

Please sign in to comment.