We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1d28b commit f6f3ad6Copy full SHA for f6f3ad6
.github/workflows/maven.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- java-version: [ 17, 21 ]
+ java-version: [ 17, 21, 25 ]
18
steps:
19
- uses: actions/checkout@v5
20
- name: Set up Java ${{ matrix.java-version }}
0 commit comments