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 4117c59 commit bec2f53Copy full SHA for bec2f53
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
os: [ubuntu-latest, windows-latest, macOS-latest]
28
- java: [7, 8, 11, 14, 15-ea]
+ java: [7, 8, 11, 14, 15, 16-ea]
29
fail-fast: false
30
31
runs-on: ${{ matrix.os }}
0 commit comments