We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ba791 commit 5381373Copy full SHA for 5381373
.github/workflows/maven.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- java: [17, 21]
+ java: [17, 21, 22]
17
fail-fast: false
18
max-parallel: 4
19
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
0 commit comments