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.
1 parent 93b90df commit 2af7ce2Copy full SHA for 2af7ce2
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- java: [ '8', '11', '17', '21' ]
+ java: [ '8', '11', '17', '21', '22' ]
14
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
15
fail-fast: false
16
steps:
0 commit comments