We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085688c commit 4f093e2Copy full SHA for 4f093e2
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
os: [ubuntu-latest, macOS-latest, windows-latest]
31
- java: [11, 17, 19, 20-ea]
+ java: [11, 17, 20, 21-ea]
32
distribution: ['zulu']
33
fail-fast: false
34
max-parallel: 5
0 commit comments