HuangZhenQiu commented on code in PR #137: URL: https://github.com/apache/flink-connector-jdbc/pull/137#discussion_r1801286774
########## .github/workflows/push_pr.yml: ########## @@ -28,10 +28,10 @@ jobs: compile_and_test: strategy: matrix: - flink: [ 1.19-SNAPSHOT, 1.20-SNAPSHOT ] + flink: [ 1.19.1 ] Review Comment: Kafka connector only check the 1.9.1 in weekly CI. 1.19.1 is not even checked for PR push. Should we follow the same pattern? https://github.com/apache/flink-connector-kafka/blob/main/.github/workflows/weekly.yml -- 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