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 0a71f54 commit ff3bd34Copy full SHA for ff3bd34
.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
26
matrix:
27
os: [ubuntu-latest,windows-latest, macOS-latest]
28
java: [8, 11, 14, 15, 16, 17-ea]
29
- jdk: [adopt, zulu]
+ jdk: [adopt-hotspot, zulu, adopt-openj9]
30
fail-fast: false
31
32
runs-on: ${{ matrix.os }}
0 commit comments