Skip to content

Commit

Permalink
use Apache Maven shared gha v3 and add matrix setup (#209)
Browse files Browse the repository at this point in the history
* use Apache Maven shared gha

Signed-off-by: Olivier Lamy <olamy@apache.org>

* fix matrix:

Signed-off-by: Olivier Lamy <olamy@apache.org>

* escape...

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Aug 4, 2022
1 parent f9f5250 commit 6f83451
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 6f83451

Please sign in to comment.