This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch maven-matrix in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git
commit 33328991f3681183f82e5fc21470c8e9f878ea61 Author: Olivier Lamy <[email protected]> AuthorDate: Thu Jul 21 11:06:02 2022 +1000 test maven matrix --- .github/workflows/maven-verify.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 62709ed..3633dae 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -24,5 +24,8 @@ on: 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
