Skip to content

Commit 08e06d1

Browse files
committed
[hibernate#2159] Test with JDK 24 GA
1 parent 779a632 commit 08e06d1

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
@@ -191,7 +191,7 @@ jobs:
191191
# and it's useful to test that.
192192
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
193193
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
194-
- { name: "24-ea", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
194+
- { name: "24", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
195195
- { name: "25-ea", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
196196
steps:
197197
- name: Checkout ${{ inputs.branch }}

0 commit comments

Comments
 (0)