Skip to content

Commit ad74fee

Browse files
Replace adopt-openj9 by semeru JDK distribution on GH
1 parent beb0eda commit ad74fee

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@ jobs:
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5
2828
with:
2929
# maven-args: "-Dinvoker.parallelThreads=2" cannot do this as this generate some concurrent download issues
30-
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'
30+
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "semeru" ]'
3131
jdk-matrix: '[ "8", "21", "25" ]'
3232
maven4-enabled: true
3333
verify-fail-fast: false
3434
matrix-exclude: '[
3535
{ "jdk": "8", "distribution": "microsoft" },
3636
{ "jdk": "8", "distribution": "temurin", "os": "macos-latest" },
37-
{ "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" },
38-
{ "jdk": "25", "distribution": "adopt-openj9" },
37+
{ "jdk": "8", "distribution": "semeru", "os": "macos-latest" },
3938
{ "jdk": "25", "distribution": "microsoft"}
4039
]'

0 commit comments

Comments
 (0)