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