We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f5250 commit 6f83451Copy full SHA for 6f83451
.github/workflows/maven.yml
@@ -1,3 +1,5 @@
1
+
2
3
# Licensed to the Apache Software Foundation (ASF) under one
4
# or more contributor license agreements. See the NOTICE file
5
# distributed with this work for additional information
@@ -22,4 +24,11 @@ on: [push, pull_request]
22
24
jobs:
23
25
build:
26
name: Verify
- 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