This is an automated email from the ASF dual-hosted git repository.

RocMarshal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 7c0710d9 [FLINK-40221][Connectors/JDBC] Update weekly.yml of jdbc 
connector for jdbc-3.4.0 and jdbc-4.1.0 (#212)
7c0710d9 is described below

commit 7c0710d98c013347776e5162aa8f827d53f4917b
Author: Yuepeng Pan <[email protected]>
AuthorDate: Thu Jul 23 00:34:00 2026 +0800

    [FLINK-40221][Connectors/JDBC] Update weekly.yml of jdbc connector for 
jdbc-3.4.0 and jdbc-4.1.0 (#212)
---
 .github/workflows/weekly.yml | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 70f04000..f51051d7 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -30,21 +30,17 @@ jobs:
     strategy:
       matrix:
         flink_branches: [{
-          flink: 2.1-SNAPSHOT,
+          flink: 2.2-SNAPSHOT,
           jdk: '17',
           branch: main
         }, {
-          flink: 2.0.1,
+          flink: 2.2.0,
           jdk: '17',
-          branch: v4.0
+          branch: v4.1
         }, {
           flink: 1.20.3,
           jdk: '8, 11, 17, 21',
-          branch: v3.3
-        }, {
-          flink: 1.19.3,
-          jdk: '8, 11, 17, 21',
-          branch: v3.3
+          branch: v3.4
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:

Reply via email to