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 5d4213f [hotfix] Update weekly builds against the latest released
v1.2 branch (#40)
5d4213f is described below
commit 5d4213f06d5a3fe1a4a5e8eb2af7b1d3b819e741
Author: Jiabao Sun <[email protected]>
AuthorDate: Fri Aug 16 16:24:27 2024 +0800
[hotfix] Update weekly builds against the latest released v1.2 branch (#40)
---
.github/workflows/weekly.yml | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index f3fdb8f..2e6fcfb 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -41,17 +41,14 @@ jobs:
flink: 1.20-SNAPSHOT,
jdk: '8, 11, 17, 21',
branch: main
- }, {
- flink: 1.17.2,
- branch: v1.1
- }, {
+ },{
flink: 1.18.1,
jdk: '8, 11, 17',
- branch: v1.1
+ branch: v1.2
}, {
- flink: 1.19.0,
+ flink: 1.19.1,
jdk: '8, 11, 17, 21',
- branch: v1.1
+ branch: v1.2
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with: