This is an automated email from the ASF dual-hosted git repository.

snuyanzin 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 e8c25f7  [hotfix] Add support for Flink 1.20 and drop 1.16 (#94)
e8c25f7 is described below

commit e8c25f765d86960d15a4e7f258e467fec92ed146
Author: Sergey Nuyanzin <snuyan...@gmail.com>
AuthorDate: Tue Mar 26 14:12:25 2024 +0100

    [hotfix] Add support for Flink 1.20 and drop 1.16 (#94)
---
 .github/workflows/push_pr.yml |  4 +++-
 .github/workflows/weekly.yml  | 14 +++++++++-----
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 9d349c0..8890292 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -25,13 +25,15 @@ jobs:
   compile_and_test:
     strategy:
       matrix:
-        flink: [ 1.16-SNAPSHOT, 1.17-SNAPSHOT ]
+        flink: [ 1.17-SNAPSHOT ]
         jdk: [ '8, 11' ]
         include:
           - flink: 1.18-SNAPSHOT
             jdk: '8, 11, 17'
           - flink: 1.19-SNAPSHOT
             jdk: '8, 11, 17, 21'
+          - flink: 1.20-SNAPSHOT
+            jdk: '8, 11, 17, 21'
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
       flink_version: ${{ matrix.flink }}
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 109058c..b9a738b 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -27,9 +27,6 @@ jobs:
     strategy:
       matrix:
         flink_branches: [{
-          flink: 1.16-SNAPSHOT,
-          branch: main
-        }, {
           flink: 1.17-SNAPSHOT,
           branch: main
         }, {
@@ -41,10 +38,17 @@ jobs:
           jdk: '8, 11, 17, 21',
           branch: main
         }, {
-          flink: 1.16.2,
+          flink: 1.20-SNAPSHOT,
+          jdk: '8, 11, 17, 21',
+          branch: main
+        }, {
+          flink: 1.17.2,
+          branch: v3.0
+        }, {
+          flink: 1.18.1,
           branch: v3.0
         }, {
-          flink: 1.17.1,
+          flink: 1.19.0,
           branch: v3.0
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils

Reply via email to