-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: add JDK21 version jdk21-2023-08-09-06-56-beta prerelease #769
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget the Goss tests:
Lines 2 to 21 in f4b1666
/opt/jdk-8/bin/java -version: | |
exit-status: 0 | |
stderr: | |
- 1.8.0_382 | |
stdout: [] | |
/opt/jdk-11/bin/java --version: | |
exit-status: 0 | |
stdout: | |
- 11.0.20+8 | |
stderr: [] | |
/opt/jdk-17/bin/java --version: | |
exit-status: 0 | |
stdout: | |
- 17.0.8+7 | |
stderr: [] | |
/opt/jdk-19/bin/java --version: | |
exit-status: 0 | |
stdout: | |
- 19.0.2+7 | |
stderr: [] |
planned with the updatecli manifest but I add it now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
as per jenkins-infra/helpdesk#3709