Skip to content

Commit bb28750

Browse files
committed
more jdk distrib
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent d574fa5 commit bb28750

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +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-hotspot, zulu, adopt-openj9]
2930
fail-fast: false
3031

3132
runs-on: ${{ matrix.os }}
@@ -46,7 +47,7 @@ jobs:
4647
- name: Set up JDK
4748
uses: actions/setup-java@v2.1.0
4849
with:
49-
distribution: adopt
50+
distribution: ${{ matrix.jdk }}
5051
java-version: ${{ matrix.java }}
5152

5253
- name: Build with Maven

0 commit comments

Comments
 (0)