We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9850941 commit 03ed875Copy full SHA for 03ed875
.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
26
matrix:
27
os: [ubuntu-latest,windows-latest, macOS-latest]
28
java: [8, 11, 16, 17]
29
- jdk: [temurin,azul]
+ jdk: [temurin,zulu]
30
fail-fast: false
31
32
runs-on: ${{ matrix.os }}
0 commit comments