gyfora commented on code in PR #691: URL: https://github.com/apache/flink-kubernetes-operator/pull/691#discussion_r1372996355
########## .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: In addition to running the CI with both java version it would be great to somehow run e2e-s as well on different versions. That may be a bit trickier because we would have to change the docker base image etc. What do you think? If it's a lot of work we can open a follow-up ticket for that as well , but we need that before we can say java 17 is supported -- 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