Skip to content

Commit 7d3d2bf

Browse files
committed
[#2801] Reduce the number of jdk we test with
We only need the latest LTSs
1 parent badc458 commit 7d3d2bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ jobs:
188188
# We want to enable preview features when testing newer builds of OpenJDK:
189189
# even if we don't use these features, just enabling them can cause side effects
190190
# and it's useful to test that.
191-
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
192191
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
193-
- { name: "24", java_version_numeric: 24, jvm_args: '--enable-preview' }
194192
- { name: "25", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
195193
- { name: "26-ea", java_version_numeric: 26, from: 'jdk.java.net', jvm_args: '--enable-preview' }
196194
steps:

0 commit comments

Comments
 (0)