Skip to content

Commit 2ba1c50

Browse files
committed
[#2029] Build with JDK 25-ea on CI
1 parent aa5dd85 commit 2ba1c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
175175
- { name: "23", java_version_numeric: 23, from: 'jdk.java.net', jvm_args: '--enable-preview' }
176176
- { name: "24-ea", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
177+
- { name: "25-ea", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
177178
steps:
178179
- name: Checkout ${{ inputs.branch }}
179180
uses: actions/checkout@v2

0 commit comments

Comments
 (0)