We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47fe38 commit a8f0481Copy full SHA for a8f0481
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macOS-latest, windows-latest]
11
- java: [11, 17, 19, 20]
+ java: [11, 17, 19, 20, 21]
12
distribution: ['zulu']
13
fail-fast: false
14
max-parallel: 4
0 commit comments