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 83b86d4 commit 9c18713Copy full SHA for 9c18713
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- java: [ '8', '11', '17', '21', '24' ]
+ java: [ '8', '11', '17', '21', '25' ]
14
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
15
fail-fast: false
16
steps:
0 commit comments