Skip to content

Commit 2be0398

Browse files
committed
[#2159] Test with JDK 24 GA
(cherry picked from commit 08e06d1)
1 parent 12ea05a commit 2be0398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
# and it's useful to test that.
178178
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
179179
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
180-
- { name: "24-ea", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
180+
- { name: "24", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
181181
- { name: "25-ea", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
182182
steps:
183183
- name: Checkout ${{ inputs.branch }}

0 commit comments

Comments
 (0)