Skip to content

Commit 016599a

Browse files
committed
[#2801] Reduce the number of jdk we test with
We only need the latest LTSs
1 parent 2b5224a commit 016599a

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
@@ -191,9 +191,7 @@ jobs:
191191
# We want to enable preview features when testing newer builds of OpenJDK:
192192
# even if we don't use these features, just enabling them can cause side effects
193193
# and it's useful to test that.
194-
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
195194
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
196-
- { name: "24", java_version_numeric: 24, jvm_args: '--enable-preview' }
197195
- { name: "25", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
198196
- { name: "26-ea", java_version_numeric: 26, from: 'jdk.java.net', jvm_args: '--enable-preview' }
199197
steps:

0 commit comments

Comments
 (0)