ruanhang1993 commented on code in PR #102:
URL: 
https://github.com/apache/flink-connector-kafka/pull/102#discussion_r1600864186


##########
.github/workflows/push_pr.yml:
##########
@@ -28,21 +28,16 @@ jobs:
   compile_and_test:
     strategy:
       matrix:
-        flink: [ 1.17.2 ]
-        jdk: [ '8, 11' ]
-        include:
-          - flink: 1.18.1
-            jdk: '8, 11, 17'
-          - flink: 1.19.0
-            jdk: '8, 11, 17, 21'
+        flink: [ 1.19.0, 1.20-SNAPSHOT ]
+        jdk: [ '8, 11, 17, 21' ]

Review Comment:
   Hi, @MartijnVisser .
   I check these files in both jdbc connector[1] and mongodb connector[2]. It 
seems like they all use the Java 21 for Flink 1.19. Do I need to change them 
too?
   
   [1] 
https://github.com/apache/flink-connector-jdbc/blob/main/.github/workflows/weekly.yml
   [2] 
https://github.com/apache/flink-connector-mongodb/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

Reply via email to