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

kunni pushed a commit to branch 2.x-connect-tmp-2
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git

commit 990e801173d498ce052f7fa1a5d5f9f833ffbe5e
Author: lvyanquan <[email protected]>
AuthorDate: Wed Mar 18 16:28:20 2026 +0800

    Remove pipeline_e2e for 1.19.
---
 .github/workflows/flink_cdc_ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/flink_cdc_ci.yml 
b/.github/workflows/flink_cdc_ci.yml
index a9802a21c..10cbd7a58 100644
--- a/.github/workflows/flink_cdc_ci.yml
+++ b/.github/workflows/flink_cdc_ci.yml
@@ -109,7 +109,7 @@ jobs:
     uses: ./.github/workflows/flink_cdc_base.yml
     with:
       java-versions: "[11]"
-      flink-versions: "['1.19.3', '1.20.3']"
+      flink-versions: "['1.20.3']"
       modules: "['pipeline_e2e']"
       parallelism: ${{ matrix.parallelism }}
   pipeline_e2e_2_x:
@@ -131,5 +131,5 @@ jobs:
     uses: ./.github/workflows/flink_cdc_base.yml
     with:
       java-versions: "[11]"
-      flink-versions: "['1.19.3', '1.20.3']"
+      flink-versions: "['1.20.3']"
       modules: "['source_e2e']"

Reply via email to