This is an automated email from the ASF dual-hosted git repository.
martijnvisser 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 153b8fc [hotfix] Set maximum supported Flink version to 1.17 for
`v3.0`
153b8fc is described below
commit 153b8fc23e14c03c4bacf2c24fbe0fee286ec6e2
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Jan 16 10:39:25 2024 +0100
[hotfix] Set maximum supported Flink version to 1.17 for `v3.0`
---
.github/workflows/weekly.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 19904b2..109058c 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -46,10 +46,6 @@ jobs:
}, {
flink: 1.17.1,
branch: v3.0
- }, {
- flink: 1.18.0,
- jdk: '8, 11, 17',
- branch: v3.0
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with: