We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b76b4 commit bf2a712Copy full SHA for bf2a712
.github/workflows/maven.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: [ubuntu-latest, windows-latest ]
20
- java: ['8', '11', '17']
+ java: ['8', '11', '17', '21']
21
22
steps:
23
- uses: actions/checkout@v4
0 commit comments