-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Eclipse Temurin #191
Comments
+1 for OP. Since July, all releases are deployed to Adoptium instead of AdoptOpenJDK. That means, if you specify adopt and version 16 in your workflow, you get 16.0.1+9, but 16.0.2+7 is the newest version. The workflow actively provides outdated Java versions. |
* Add support for Adoptium OpenJDK Refs #191 * Rename distribution to Eclipse Temurin * Update end-to-end tests in GitHub workflows * Exclude e2e tests for Temurin JREs for now * fix version * Update e2e-versions.yml * Handle Eclipse Temurin version suffixes ("beta") * Add test for new version suffix "beta" * Add updated `index.js` * fix an issue Co-authored-by: Maxim Lobanov <maxim-lobanov@github.com>
PR with changes has been merged (thank you @joschi for great contribution). |
|
Hello everyone! |
I'm closing the issue. Feel free to contact us if you have any questions. |
With Eclipse Temurin expected to come out with a July update release for various OpenJDK versions, it would be good to add Temurin as a distribution option in action/setup-java ASAP. The obvious spelling would probably be "temurin", alongside the existing distribution options of "adopt" and "zulu".
The text was updated successfully, but these errors were encountered: