We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 846419d + 87c3ac6 commit da1c2cfCopy full SHA for da1c2cf
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
build:
24
strategy:
25
matrix:
26
- java-version: [ 17, 21, 24 ]
+ java-version: [ 17, 21, 25-ea ]
27
runs-on: [ ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest ]
28
name: Jdk ${{ matrix.java-version }}, os ${{ matrix.runs-on }}
29
runs-on: ${{ matrix.runs-on }}
0 commit comments