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 037474f  [hotfix] Make sure that v3.0 is also tested during nightly 
builds
037474f is described below

commit 037474f2e8ba583af9df78658a792cdea25095fa
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Tue Sep 12 10:42:38 2023 +0200

    [hotfix] Make sure that v3.0 is also tested during nightly builds
---
 .github/workflows/weekly.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index dabaee1..45cc891 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -27,11 +27,20 @@ jobs:
     strategy:
       matrix:
         flink_branches: [{
+          flink: 1.16.2,
+          branch: v3.0
+        }, {
+          flink: 1.17.1,
+          branch: v3.0
+        }, {
           flink: 1.16.2,
           branch: main
         }, {
           flink: 1.17.1,
           branch: main
+        }, {
+          flink: 1.18-SNAPSHOT,
+          branch: main
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:

Reply via email to