Skip to content

Commit

Permalink
Testing with Maven 3.2.5 and 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jul 10, 2022
1 parent 93b18c7 commit 40e5d4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ on: [push, pull_request]
jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-maven: "3.8.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds

0 comments on commit 40e5d4a

Please sign in to comment.