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

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


The following commit(s) were added to refs/heads/main by this push:
     new 59baaccc [FLINK-35109] Update weekly CI to verify 3.4 release branch
59baaccc is described below

commit 59baacccdc4f58ac6a0511ccda79050b16341d00
Author: Arvid Heise <[email protected]>
AuthorDate: Mon Nov 25 17:10:52 2024 +0100

    [FLINK-35109] Update weekly CI to verify 3.4 release branch
---
 .github/workflows/weekly.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index cea00575..3d7341cc 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -38,6 +38,9 @@ jobs:
         }, {
           flink: 1.20.0,
           branch: v3.3
+        }, {
+          flink: 1.20.0,
+          branch: v3.4
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:

Reply via email to