Skip to content

Commit

Permalink
Remove from option for JDK 20 on GitHub action
Browse files Browse the repository at this point in the history
Otherwise the build fails on CI
  • Loading branch information
DavideD committed Oct 2, 2023
1 parent c36d84c commit afd4ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
# We want to enable preview features when testing newer builds of OpenJDK:
# even if we don't use these features, just enabling them can cause side effects
# and it's useful to test that.
- { name: "20", java_version_numeric: 20, from: 'jdk.java.net', jvm_args: '--enable-preview' }
- { name: "20", java_version_numeric: 20, jvm_args: '--enable-preview' }
- { name: "21-ea", java_version_numeric: 21, from: 'jdk.java.net', jvm_args: '--enable-preview' }
- { name: "22-ea", java_version_numeric: 22, from: 'jdk.java.net', jvm_args: '--enable-preview' }
steps:
Expand Down

0 comments on commit afd4ddf

Please sign in to comment.