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 fd88401 commit b0c9b6dCopy full SHA for b0c9b6d
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- java: [ '8', '11', '17', '21', '24']
+ java: [ '8', '11', '17', '21', '24', '25-ea']
17
architecture: [ 'x64' ]
18
fail-fast: false
19
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
0 commit comments