This is an automated email from the ASF dual-hosted git repository.
ferenc-csaky 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 c4a14cfd [hotfix] Update CI workflows after v5.0 release
c4a14cfd is described below
commit c4a14cfd421daec251798816a0e1d77b031d0b3e
Author: Ferenc Csaky <[email protected]>
AuthorDate: Tue Jun 2 21:19:49 2026 +0200
[hotfix] Update CI workflows after v5.0 release
---
.github/workflows/push_pr.yml | 2 +-
.github/workflows/weekly.yml | 11 +++++++----
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index beec1051..4bfc4850 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -28,7 +28,7 @@ jobs:
compile_and_test:
strategy:
matrix:
- flink: &flink_versions [ 2.2.0, 2.1.1 ]
+ flink: &flink_versions [ 2.2.1, 2.1.2 ]
jdk: &jdk_versions [ '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 54edb776..becf1cb0 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -33,13 +33,16 @@ jobs:
flink: 2.2-SNAPSHOT,
branch: main
}, {
- flink: 2.1-SNAPSHOT,
- branch: main
+ flink: 2.2.1,
+ branch: v5.0
+ }, {
+ flink: 2.1.2,
+ branch: v5.0
}, {
- flink: 2.0.1,
+ flink: 2.0.2,
branch: v4.0
}, {
- flink: 1.20.3,
+ flink: 1.20.4,
branch: v3.4
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils