We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172af4a commit 56aa516Copy full SHA for 56aa516
.github/workflows/maven.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
17
- java: [ 11, 17 ]
+ java: [ 11, 17, 21 ]
18
runs-on: ${{ matrix.os }}
19
name: Java ${{ matrix.java }} on ${{ matrix.os }}
20
steps:
0 commit comments