reswqa commented on code in PR #217: URL: https://github.com/apache/flink-docker/pull/217#discussion_r1982929521
########## add-version.sh: ########## @@ -59,7 +59,7 @@ fi # Defaults, can vary between versions scala_versions=( 2.12 ) -java_versions=( 8 11 17 ) +java_versions=( 11 17 21 ) Review Comment: No, this PR is for `dev-master`(This branch is intended for a subsequent release), and I will pick this to dev-2.0 then(for 2.0.0 rc1). We should directly change `dev-1.20` branch if we want do something for the old version(1.20). -- 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