This is an automated email from the ASF dual-hosted git repository.
wenjin272 pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
The following commit(s) were added to refs/heads/main by this push:
new be7f445 [FLINK-39706][ci] Remove flink 2.1 testing from es connector
main branch (#149)
be7f445 is described below
commit be7f44559e8469b94ef5cd5fab65f5b4b17cea07
Author: reswqa <[email protected]>
AuthorDate: Wed May 20 11:11:42 2026 +0800
[FLINK-39706][ci] Remove flink 2.1 testing from es connector main branch
(#149)
---
.github/workflows/weekly.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index c78249a..e5ff9e4 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -34,8 +34,8 @@ jobs:
branch: main,
jdk: '11, 17, 21'
}, {
- flink: 2.1-SNAPSHOT,
- branch: main,
+ flink: 2.1.2,
+ branch: v4.0,
jdk: '11, 17, 21'
}, {
flink: 2.0.2,