Skip to content

Commit

Permalink
Remove Java 19 from Early Access JDK Build
Browse files Browse the repository at this point in the history
  • Loading branch information
famod committed Mar 22, 2023
1 parent f7c1102 commit 9045235
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/jdk-early-access-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
github.event_name == 'workflow_dispatch'
&& format( '{{ "include": [{{ "version": "{0}", "dist": "{1}" }}] }}',
github.event.inputs.jdkVersion, github.event.inputs.jdkDistribution )
|| '{ "include": [{ "version": 19, "dist": "jdk.java.net" },
{ "version": 20, "dist": "jdk.java.net" },
{ "version": 21, "dist": "jdk.java.net" }] }'
|| '{ "include": [{ "version": 20, "dist": "jdk.java.net" }, { "version": 21, "dist": "jdk.java.net" }] }'
)
}}
if: "github.repository == 'quarkusio/quarkus' || github.event_name == 'workflow_dispatch'"
Expand Down

0 comments on commit 9045235

Please sign in to comment.