Skip to content

Commit afd4ddf

Browse files
committed
Remove from option for JDK 20 on GitHub action
Otherwise the build fails on CI
1 parent c36d84c commit afd4ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
# We want to enable preview features when testing newer builds of OpenJDK:
151151
# even if we don't use these features, just enabling them can cause side effects
152152
# and it's useful to test that.
153-
- { name: "20", java_version_numeric: 20, from: 'jdk.java.net', jvm_args: '--enable-preview' }
153+
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
154154
- { name: "21-ea", java_version_numeric: 21, from: 'jdk.java.net', jvm_args: '--enable-preview' }
155155
- { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
156156
steps:

0 commit comments

Comments
 (0)