Skip to content

Commit a78b700

Browse files
committed
Build on JDK24
1 parent d722db4 commit a78b700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ ubuntu-latest, macos-latest ]
23-
java: [ 8, 11, 17, 21, 23 ]
23+
java: [ 8, 11, 17, 21, 24-ea ]
2424
exclude:
2525
- java: 8
2626
os: macos-latest
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
java: [ 8, 11, 17, 21, 23 ]
49+
java: [ 8, 11, 17, 21, 24-ea ]
5050
fasterxmlVersion: [ 2.18.3 ]
5151
fail-fast: false
5252
steps:

0 commit comments

Comments
 (0)