Skip to content

Commit 5240a76

Browse files
olamyslachiewicz
authored andcommitted
fix setup-java upgrade
no need to build with 16 Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent e2a5c84 commit 5240a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest,windows-latest, macOS-latest]
28-
java: [8, 11, 16, 17-ea]
29-
jdk: [temurin]
28+
java: [8, 11, 17-ea]
29+
jdk: [adopt-hotspot, zulu]
3030
fail-fast: false
3131

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

0 commit comments

Comments
 (0)