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


##########
.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:
   May be I didn't get your message about java 21 support, however it is 
mentioned in 1.19 release notes [1]
   Also we have nightly with jdk21 tests (same as for jdk17) starting 1.19 e.g. 
[2]
   
   [1] 
https://flink.apache.org/2024/03/18/announcing-the-release-of-apache-flink-1.19/#beta-support-for-java-21
   [2] 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=59560&view=results



-- 
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