Skip to content

Commit 587b5de

Browse files
authored
Use jdk 24 in ci (#1521)
1 parent 6d00f0a commit 587b5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
strategy:
2525
matrix:
26-
java-version: [ 17, 21, 23 ]
26+
java-version: [ 17, 21, 24 ]
2727
runs-on: [ ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest ]
2828
name: Jdk ${{ matrix.java-version }}, os ${{ matrix.runs-on }}
2929
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)