Skip to content

Commit 30cf6e6

Browse files
committed
[#1938] Add JDK 24 to the build
1 parent b91fc3a commit 30cf6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
155155
- { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
156156
- { name: "23-ea", java_version_numeric: 23, from: 'jdk.java.net', jvm_args: '--enable-preview' }
157+
- { name: "24-ea", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
157158
steps:
158159
- uses: actions/checkout@v2
159160
- name: Get year/month for cache key

0 commit comments

Comments
 (0)