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 8008c8d  [hotfix] Test HBase `v3.0` also against 1.18.0 and `main` 
also against 1.19-SNAPSHOT
8008c8d is described below

commit 8008c8d5451595bbe1515861c55cbf9bfc514ea1
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Fri Jan 5 15:15:17 2024 +0100

    [hotfix] Test HBase `v3.0` also against 1.18.0 and `main` also against 
1.19-SNAPSHOT
---
 .github/workflows/push_pr.yml |  2 +-
 .github/workflows/weekly.yml  | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index b575b3c..317796b 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-SNAPSHOT]
+        flink: [1.16.2, 1.17.1, 1.18.0, 1.19-SNAPSHOT]
     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 76c2158..8cadbe0 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -33,14 +33,20 @@ jobs:
           flink: 1.17.1,
           branch: v3.0
         }, {
-          flink: 1.16.2,
+          flink: 1.18.0,
+          branch: v3.0
+        }, {
+          flink: 1.16-SNAPSHOT,
           branch: main
         }, {
-          flink: 1.17.1,
+          flink: 1.17-SNAPSHOT,
           branch: main
         }, {
           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