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-hbase.git


The following commit(s) were added to refs/heads/main by this push:
     new 42870d5  [hotfix] Remove 1.19-SNAPSHOT since HBase currently can't 
compile for that version
42870d5 is described below

commit 42870d5999e9762f814c4442910bed2bd123113c
Author: Martijn Visser <[email protected]>
AuthorDate: Fri Jan 5 15:23:49 2024 +0100

    [hotfix] Remove 1.19-SNAPSHOT since HBase currently can't compile for that 
version
---
 .github/workflows/push_pr.yml | 2 +-
 .github/workflows/weekly.yml  | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 317796b..6127ba6 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -25,7 +25,7 @@ jobs:
   compile_and_test:
     strategy:
       matrix:
-        flink: [1.16.2, 1.17.1, 1.18.0, 1.19-SNAPSHOT]
+        flink: [1.16.2, 1.17.1, 1.18.0]
     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 8cadbe0..4613879 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -44,9 +44,6 @@ jobs:
         }, {
           flink: 1.18-SNAPSHOT,
           branch: main
-        }, {
-          flink: 1.19-SNAPSHOT,
-          branch: main
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:

Reply via email to