-
Notifications
You must be signed in to change notification settings - Fork 566
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
4.x: add tests for multiple JDK releases #8735
Comments
jbescos
added a commit
to jbescos/helidon
that referenced
this issue
May 13, 2024
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
jbescos
added a commit
to jbescos/helidon
that referenced
this issue
May 13, 2024
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
jbescos
added a commit
to jbescos/helidon
that referenced
this issue
May 13, 2024
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
jbescos
added a commit
to jbescos/helidon
that referenced
this issue
May 13, 2024
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
jbescos
added a commit
to jbescos/helidon
that referenced
this issue
May 13, 2024
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
jbescos
added a commit
to jbescos/helidon
that referenced
this issue
May 13, 2024
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
jbescos
added a commit
to jbescos/helidon
that referenced
this issue
May 13, 2024
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today we build and test with the "base" level of the JDK for a release. For example, in Helidon 4 we build and test with Java 21.
We should add tests to the validation workflow for additional versions of the JDK. In particular the latest -- so right now we'd be running some tests against Java 22.
The text was updated successfully, but these errors were encountered: