From 6f834510e1692bff07de26e744485bb1ae458510 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 4 Aug 2022 13:30:21 +1000 Subject: [PATCH] use Apache Maven shared gha v3 and add matrix setup (#209) * use Apache Maven shared gha Signed-off-by: Olivier Lamy * fix matrix: Signed-off-by: Olivier Lamy * escape... Signed-off-by: Olivier Lamy --- .github/workflows/maven.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d0724b86..ed339c17 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,3 +1,5 @@ + + # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information @@ -22,4 +24,11 @@ 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: + jdk-matrix: '["8", "11", "17"]' + jdk-distribution-matrix: '["temurin", "zulu"]' + ff-jdk: "8" + 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 +