ruanhang1993 commented on code in PR #153:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/153#discussion_r2015771489


##########
.github/workflows/backwards_compatibility.yml:
##########
@@ -29,8 +29,8 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        flink: [1.18-SNAPSHOT, 1.19-SNAPSHOT]
-        jdk: [8, 11, 17]
+        flink: [2.1-SNAPSHOT]

Review Comment:
   ```suggestion
           flink: [2.0-SNAPSHOT, 2.1-SNAPSHOT]
   ```



##########
.github/workflows/weekly.yml:
##########
@@ -30,13 +30,12 @@ jobs:
     strategy:
       matrix:
         flink_branches: [{
-          flink: 1.19-SNAPSHOT,
-          jdk: '8, 11, 17, 21',
+          flink: 2.1-SNAPSHOT,
+          jdk: '17',
           branch: main
-        },
-        {
-          flink: 1.20-SNAPSHOT,
-          jdk: '8, 11, 17, 21',
+        }, {
+          flink: 2.1-SNAPSHOT,

Review Comment:
   Add 2.0.0, 2.0-SNAPSHOT and 2.1-SNAPSHOT CIs.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to