gyfora commented on code in PR #691: URL: https://github.com/apache/flink-kubernetes-operator/pull/691#discussion_r1373005879
########## .github/workflows/ci.yml: ########## @@ -24,12 +24,15 @@ jobs: test_ci: runs-on: ubuntu-latest name: test_ci + strategy: + matrix: + java-version: [ 11, 17 ] Review Comment: We should not run it for all jobs. We can target only the latest Flink version (1.18) for now -- 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