This is an automated email from the ASF dual-hosted git repository.
guoweijie 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 dbcc241 [FLINK-37636] Fix compile error in weekly CI
dbcc241 is described below
commit dbcc2412e1d9ffaff0bdcaf39ea2d78cd7ab2c1c
Author: Kunni <[email protected]>
AuthorDate: Tue Apr 15 11:20:35 2025 +0800
[FLINK-37636] Fix compile error in weekly CI
---
.github/workflows/weekly.yml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 651e4d4..7c968cd 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -34,11 +34,14 @@ jobs:
branch: main,
jdk: '11, 17, 21'
}, {
- flink: 1.19.1,
+ flink: 1.19.2,
branch: v3.0
}, {
- flink: 1.20.0,
- branch: main
+ flink: 1.19.2,
+ branch: v3.1
+ }, {
+ flink: 1.20.1,
+ branch: v3.1
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with: