Skip to content

Commit 12ea05a

Browse files
committed
[#2159] Remove JDK 23 testing
(cherry picked from commit 779a632)
1 parent d29bac6 commit 12ea05a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ 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: "23", java_version_numeric: 23, from: 'jdk.java.net', jvm_args: '--enable-preview' }
181180
- { name: "24-ea", java_version_numeric: 24, from: 'jdk.java.net', jvm_args: '--enable-preview' }
182181
- { name: "25-ea", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
183182
steps:

0 commit comments

Comments
 (0)