We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2191c commit 6e3b5d6Copy full SHA for 6e3b5d6
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
test:
15
strategy:
16
matrix:
17
- jdk: [8, 11, 17, 21]
+ jdk: [8, 11, 17, 21, 22]
18
19
name: Java ${{ matrix.jdk }}
20
0 commit comments