We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9004f52 commit a71eea9Copy full SHA for a71eea9
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macOS-latest, windows-latest]
11
- java: [8, 11, 16]
+ java: [8, 11, 17, 18-ea]
12
fail-fast: false
13
max-parallel: 4
14
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
0 commit comments