This is an automated email from the ASF dual-hosted git repository.
jiabaosun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git
The following commit(s) were added to refs/heads/main by this push:
new 34f14a6 [hotfix] Update weekly bulds against the latest released v2.0
branch
34f14a6 is described below
commit 34f14a6ce82ad350a84a9ddecea84317096f053a
Author: Jiabao Sun <[email protected]>
AuthorDate: Mon Mar 17 17:44:26 2025 +0800
[hotfix] Update weekly bulds against the latest released v2.0 branch
---
.github/workflows/weekly.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 5ae0d7c..c057e3f 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -38,11 +38,11 @@ jobs:
jdk: '8, 11, 17, 21',
branch: main
},{
- flink: 1.19.1,
+ flink: 1.19.2,
jdk: '8, 11, 17, 21',
- branch: v1.2
+ branch: v2.0
}, {
- flink: 1.20.0,
+ flink: 1.20.1,
jdk: '8, 11, 17, 21',
branch: main
}]