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 7e50eb3 commit b12921eCopy full SHA for b12921e
1 file changed
.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