Skip to content

Commit

Permalink
Exclude JDK 8 - temurin, adopt-openj9 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 5, 2024
1 parent 0b7d8db commit ded56a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
matrix-exclude: '[
{ "jdk": "8", "distribution": "microsoft"},
{ "jdk": "21", "distribution": "adopt-openj9"}
{ "jdk": "8", "distribution": "temurin", "os": "macos-latest" },
{ "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" }
]'

0 comments on commit ded56a9

Please sign in to comment.