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 489dd7be [hotfix] Test against Flink 1.19-SNAPSHOT for `main` and 
Weekly builds
489dd7be is described below

commit 489dd7bebdd89ef69a699b87bb3fada04a04b87f
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Tue Feb 13 09:48:29 2024 +0100

    [hotfix] Test against Flink 1.19-SNAPSHOT for `main` and Weekly builds
---
 .github/workflows/push_pr.yml | 2 +-
 .github/workflows/weekly.yml  | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 00e2f788..20a66660 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -39,7 +39,7 @@ jobs:
   python_test:
     strategy:
       matrix:
-        flink: [ 1.17.2, 1.18.1 ]
+        flink: [ 1.17.2, 1.18.1, 1.19-SNAPSHOT ]
     uses: 
apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
     with:
       flink_version: ${{ matrix.flink }}
\ No newline at end of file
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 21462eb7..0aa3bec2 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -33,6 +33,10 @@ jobs:
           flink: 1.18-SNAPSHOT,
           jdk: '8, 11, 17',
           branch: main
+        }, {
+          flink: 1.19-SNAPSHOT,
+          jdk: '8, 11, 17',
+          branch: main
         }, {
           flink: 1.17.2,
           branch: v3.1

Reply via email to