chia7712 commented on code in PR #23012:
URL: https://github.com/apache/kafka/pull/23012#discussion_r3908007521
##########
.github/workflows/build.yml:
##########
@@ -176,6 +176,50 @@ jobs:
- name: Verify license file
run: python committer-tools/verify_license.py --skip-build
+ api-checker:
+ needs: [configure, validate]
+ if: ${{ ! needs.configure.outputs.is-draft }}
+ runs-on: ubuntu-latest
+ timeout-minutes: 30
+ strategy:
+ fail-fast: false
+ matrix:
+ java: [25, 17]
Review Comment:
Testing both JDKs seems wasteful for this plugin, since I think the
difference between them is slight.
--
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]