dejan2609 commented on code in PR #20561:
URL: https://github.com/apache/kafka/pull/20561#discussion_r2411690392
##########
.github/workflows/ci-complete.yml:
##########
@@ -43,8 +43,9 @@ jobs:
strategy:
fail-fast: false
matrix:
- # Make sure these match build.yml
- java: [ 24, 17 ]
+ # Make sure these match build.yml and also keep in mind that Java
version change in PR is not honored by CI
+ # (i.e. GitHub actions build will always use trunk branch version)
+ java: [ 25, 17 ]
Review Comment:
Yes, this is a good idea.
I see that @mingyen066 already took this JIRA ticket, so I can be around and
maybe provide some non-binding review :bulb:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]