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 2f2d229 commit 8061485Copy full SHA for 8061485
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- java: [ '8', '11', '17', '21', '23', '24' ]
+ java: [ '8', '11', '17', '21', '23', '25' ]
16
architecture: [ 'x64' ]
17
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
18
steps:
0 commit comments