This is an automated email from the ASF dual-hosted git repository.
wenjin272 pushed a commit to branch v4.0
in repository
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
The following commit(s) were added to refs/heads/v4.0 by this push:
new 1fe26dd [FLINK-39706][ci] Add flink 2.1 testing for v4.0 branch (#150)
1fe26dd is described below
commit 1fe26ddf4a281fb782ec23fdeea58d24353b800a
Author: reswqa <[email protected]>
AuthorDate: Wed May 20 11:19:22 2026 +0800
[FLINK-39706][ci] Add flink 2.1 testing for v4.0 branch (#150)
---
.github/workflows/push_pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index d604eaf..7df2e58 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -28,7 +28,7 @@ jobs:
compile_and_test:
strategy:
matrix:
- flink: [ 2.0-SNAPSHOT ]
+ flink: [ 2.0-SNAPSHOT, 2.1-SNAPSHOT ]
jdk: [ '11', '17, 21' ]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with: