Skip to content

Commit ded56a9

Browse files
Exclude JDK 8 - temurin, adopt-openj9 on macos
1 parent 0b7d8db commit ded56a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
3030
matrix-exclude: '[
3131
{ "jdk": "8", "distribution": "microsoft"},
32-
{ "jdk": "21", "distribution": "adopt-openj9"}
32+
{ "jdk": "8", "distribution": "temurin", "os": "macos-latest" },
33+
{ "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" }
3334
]'

0 commit comments

Comments
 (0)