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

dannycranmer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-rabbitmq.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e8a022  [FLINK-35142][Connectors/RabbitMQ] Drop support for Flink 1.17
8e8a022 is described below

commit 8e8a02282e248fc73f20f1ac1fe21250629e9c8f
Author: Danny Cranmer <[email protected]>
AuthorDate: Fri Apr 19 11:02:41 2024 +0100

    [FLINK-35142][Connectors/RabbitMQ] Drop support for Flink 1.17
---
 .github/workflows/push_pr.yml |  6 ++----
 .github/workflows/weekly.yml  | 12 ------------
 2 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index f4289dc..da8a577 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -28,11 +28,9 @@ jobs:
   compile_and_test:
     strategy:
       matrix:
-        flink: [ 1.16-SNAPSHOT, 1.17-SNAPSHOT ]
-        jdk: [ '8, 11' ]
+        flink: [ 1.18-SNAPSHOT ]
+        jdk: [ '8, 11, 17' ]
         include:
-          - flink: 1.18-SNAPSHOT
-            jdk: '8, 11, 17'
           - flink: 1.19-SNAPSHOT
             jdk: '8, 11, 17, 21'
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 4e8372b..8385763 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -30,12 +30,6 @@ jobs:
     strategy:
       matrix:
         flink_branches: [{
-          flink: 1.16-SNAPSHOT,
-          branch: main
-        }, {
-          flink: 1.17-SNAPSHOT,
-          branch: main
-        }, {
           flink: 1.18-SNAPSHOT,
           jdk: '8, 11, 17',
           branch: main
@@ -43,12 +37,6 @@ jobs:
           flink: 1.19-SNAPSHOT,
           jdk: '8, 11, 17, 21',
           branch: main
-        }, {
-          flink: 1.16.3,
-          branch: v3.0
-        }, {
-          flink: 1.17.2,
-          branch: v3.0
         }, {
           flink: 1.18.0,
           jdk: '8, 11, 17',

Reply via email to