Skip to content

Commit 5520ade

Browse files
committed
[#1995] Update JDK for testing
1 parent 71d54a4 commit 5520ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ jobs:
172172
# and it's useful to test that.
173173
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
174174
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
175-
- { name: "22", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
176-
- { name: "23-ea", java_version_numeric: 23, from: 'jdk.java.net', jvm_args: '--enable-preview' }
175+
- { name: "22", java_version_numeric: 22, jvm_args: '--enable-preview' }
176+
- { name: "23", java_version_numeric: 23, from: 'jdk.java.net', jvm_args: '--enable-preview' }
177177
- { name: "24-ea", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
178178
steps:
179179
- name: Checkout ${{ inputs.branch }}

0 commit comments

Comments
 (0)