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

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


The following commit(s) were added to refs/heads/main by this push:
     new 52a1c35  [hotfix] Fix version string in weekly CI, also bump to latest 
patch version
52a1c35 is described below

commit 52a1c355f168e012dd91a57417fbced8d359d31d
Author: Ferenc Csaky <[email protected]>
AuthorDate: Sun Oct 5 08:20:30 2025 +0200

    [hotfix] Fix version string in weekly CI, also bump to latest patch version
---
 .github/workflows/push_pr.yml | 2 +-
 .github/workflows/weekly.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 5a21114..7a90206 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -28,7 +28,7 @@ jobs:
   compile_and_test:
     strategy:
       matrix:
-        flink: [ 1.20.0 ]
+        flink: [ 1.20.2 ]
         jdk: [ '11', '17', '21' ]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index c2e7d40..5cf9546 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -30,7 +30,7 @@ jobs:
     strategy:
       matrix:
         flink_branches: [{
-          flink: 1.20-0,
+          flink: 1.20.2,
           branch: main
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils

Reply via email to