We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f90bb2 commit 17ffd96Copy full SHA for 17ffd96
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- java: [17, 21, 22]
+ java: [17, 21, 22, 23]
24
25
steps:
26
- uses: actions/checkout@v4
0 commit comments