Skip to content

Commit 6f83451

Browse files
authored
use Apache Maven shared gha v3 and add matrix setup (#209)
* use Apache Maven shared gha Signed-off-by: Olivier Lamy <[email protected]> * fix matrix: Signed-off-by: Olivier Lamy <[email protected]> * escape... Signed-off-by: Olivier Lamy <[email protected]>
1 parent f9f5250 commit 6f83451

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/maven.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
# Licensed to the Apache Software Foundation (ASF) under one
24
# or more contributor license agreements. See the NOTICE file
35
# distributed with this work for additional information
@@ -22,4 +24,11 @@ on: [push, pull_request]
2224
jobs:
2325
build:
2426
name: Verify
25-
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
27+
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
28+
with:
29+
jdk-matrix: '["8", "11", "17"]'
30+
jdk-distribution-matrix: '["temurin", "zulu"]'
31+
ff-jdk: "8"
32+
ff-maven: "3.8.6" # Maven version for fail-fast-build
33+
maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds
34+

0 commit comments

Comments
 (0)