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


The following commit(s) were added to refs/heads/main by this push:
     new fd7b46c5 [release] Update weekly CI to check against new release 
branch `v3.1`
fd7b46c5 is described below

commit fd7b46c5431ba9e384543f7fe7a1ad9f45030f2b
Author: Martijn Visser <[email protected]>
AuthorDate: Fri Jan 26 13:00:30 2024 +0100

    [release] Update weekly CI to check against new release branch `v3.1`
---
 .github/workflows/weekly.yml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index e6bf27dd..850ca5b2 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -38,10 +38,16 @@ jobs:
           jdk: '8, 11, 17, 21',
           branch: main
         }, {
-          flink: 1.17.1,
+          flink: 1.17.2,
+          branch: v3.1
+        }, {
+          flink: 1.18.1,
+          branch: v3.1
+        }, {
+          flink: 1.17.2,
           branch: v3.0
         }, {
-          flink: 1.18.0,
+          flink: 1.18.1,
           branch: v3.0
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils

Reply via email to