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.
2 parents bc3e480 + f1f4c92 commit 63d44e1Copy full SHA for 63d44e1
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ${{ matrix.os }}
29
strategy:
30
matrix:
31
- jdk: [8, 11, 17, 19]
+ jdk: [8, 11, 17, 19, 21]
32
os: [ubuntu-latest, windows-latest, macos-latest]
33
fail-fast: true
34
max-parallel: 4
0 commit comments