Skip to content

Commit ff3bd34

Browse files
authored
add adopt-openj9 build (#142)
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 0a71f54 commit ff3bd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os: [ubuntu-latest,windows-latest, macOS-latest]
2828
java: [8, 11, 14, 15, 16, 17-ea]
29-
jdk: [adopt, zulu]
29+
jdk: [adopt-hotspot, zulu, adopt-openj9]
3030
fail-fast: false
3131

3232
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)