Skip to content

Commit 0f4f8e8

Browse files
CI: Update the current Java version to Java 24
1 parent 35dfe92 commit 0f4f8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
java: [23, 21, 17, 11.0.23]
14+
java: [24, 21, 17, 11.0.23]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
name: Java ${{ matrix.java }}
1717
steps:

0 commit comments

Comments
 (0)