Skip to content

Commit 9850941

Browse files
authored
Update maven.yml
1 parent 0feba3e commit 9850941

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, 17]
29-
jdk: [temurin]
28+
java: [8, 11, 16, 17]
29+
jdk: [temurin,azul]
3030
fail-fast: false
3131

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

0 commit comments

Comments
 (0)