Skip to content
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

chore: add jdk 23 job for showcase tests #3571

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

diegomarquezp
Copy link
Contributor

@diegomarquezp diegomarquezp commented Jan 17, 2025

We also remove showcase-native because it's already being tested in Cloud Build

Part of introducing support for GraalVM for JDK 23
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Jan 17, 2025
@diegomarquezp
Copy link
Contributor Author

Kokoro - Build with Airlock fails with 403. I suspect this is unrelated to this PR. cc: @suztomo

@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Jan 17, 2025
Aborting upgrade to jdk 23 as showcase covers it
whitespace
Copy link

Copy link

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@diegomarquezp diegomarquezp marked this pull request as ready for review January 17, 2025 20:13
@@ -214,7 +214,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ 11, 17, 21 ]
java: [ 11, 17, 21, 23 ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the plan to just keep this as a matrix of Java LTS versions + latest Java release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants