Skip to content

Commit b5fac1c

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

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
@@ -174,9 +174,7 @@ jobs:
174174
# We want to enable preview features when testing newer builds of OpenJDK:
175175
# even if we don't use these features, just enabling them can cause side effects
176176
# and it's useful to test that.
177-
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
178177
- { name: "21", java_version_numeric: 21, jvm_args: '--enable-preview' }
179-
- { name: "24", java_version_numeric: 24, jvm_args: '--enable-preview' }
180178
- { name: "25", java_version_numeric: 25, from: 'jdk.java.net', jvm_args: '--enable-preview' }
181179
- { name: "26-ea", java_version_numeric: 26, from: 'jdk.java.net', jvm_args: '--enable-preview' }
182180
steps:

0 commit comments

Comments
 (0)