yuxiqian commented on code in PR #3633: URL: https://github.com/apache/flink-cdc/pull/3633#discussion_r1832223636
########## .github/workflows/flink_cdc_migration_test.yml: ########## @@ -28,7 +28,7 @@ jobs: submodules: true - uses: actions/setup-java@v4 with: - java-version: 8 + java-version: 11 Review Comment: I'm a little unsure about how to run CI tests across Java versions. According to @GOODBOY008's opinion, it is not suggested to have too much GitHub action jobs at once, since there's a hard parallelism limit on GitHub runners (20 for free plan, 40 / 60 for paid users), and it would be expensive to have too many jobs in CI matrix. Any suggestions on this? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org