Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 00d74d5

Browse files
committed
GHA use default workflow config
1 parent 947590a commit 00d74d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
name: Build it
2626
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
2727
with:
28-
jdk-fast-fail-build: '11'
29-
jdk-matrix: '["11", "17"]'
3028
jdk-distribution-matrix: '["zulu", "temurin", "microsoft", "liberica"]'
31-
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
3229
maven_args: 'verify javadoc:javadoc -e -B -V -fae '
30+
matrix-exclude: >
31+
[
32+
{"jdk": "8", "distribution": "microsoft"}, # exclude jdk 8 from Microsoft build
33+
]

0 commit comments

Comments
 (0)