We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aff941 commit 67ca06dCopy full SHA for 67ca06d
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
os: [ubuntu-latest, windows-latest, macOS-latest]
28
- java: [8, 11, 14, 15, 16]
+ java: [8, 11, 16, 17-ea]
29
fail-fast: false
30
31
runs-on: ${{ matrix.os }}
0 commit comments