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