graalvm / setup-graalvm

GitHub Action for setting up GraalVM distributions.
https://www.graalvm.org
Universal Permissive License v1.0
192 stars 27 forks source link

Replace dev builds with stable release after JDK version is retired #36

Open fniephaus opened 1 year ago

fniephaus commented 1 year ago

Even though we've implemented is https://github.com/graalvm/setup-graalvm/pull/31, dev builds will still break projects in case a specific JDK version is required for a project but not available anymore due to it being retired. Instead of breaking these projects hard, we should probably fall back to the latest stable release for the specific JDK version and print a warning that the builds are no longer using a dev build.