Skip to content

Commit 5997ff1

Browse files
committed
Add Java 24 CI build
1 parent 37af865 commit 5997ff1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
matrix:
122122
os: [ ubuntu-latest, windows-latest, macOS-latest ]
123-
javaVersion: [ 8, 11, 17, 21 ]
123+
javaVersion: [ 8, 11, 17, 21, 24 ]
124124
javaDist: [ temurin, zulu, adopt-openj9 ]
125125
exclude:
126126
# We built that already in 'build'
@@ -130,6 +130,9 @@ jobs:
130130
# JDK 8 no longer available for MacOS
131131
- os: macOS-latest
132132
javaVersion: 8
133+
# JDK 24 not available yet for Adopt OpenJ9
134+
- javaDist: adopt-openj9
135+
javaVersion: 24
133136
# Save some cloud computing resources
134137
- os: windows-latest
135138
javaDist: zulu

0 commit comments

Comments
 (0)