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
commit 83dbe132d1d6fb8f436b36e3cca41e52267f69de Author: Martijn Visser <[email protected]> AuthorDate: Wed Nov 19 10:49:37 2025 +0100 [hotfix] Test PRs against both Flink 2.0.x and Flink 2.1.x --- .github/workflows/push_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index 4e5e9365..be99f6cf 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -28,7 +28,7 @@ jobs: compile_and_test: strategy: matrix: - flink: [ 2.1.0 ] + flink: [ 2.0.1, 2.1.1 ] jdk: [ '11, 17, 21' ] uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with: @@ -37,7 +37,7 @@ jobs: python_test: strategy: matrix: - flink: [ 2.1.0 ] + flink: [ 2.0.1, 2.1.1 ] jdk: [ '11, 17, 21' ] uses: apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils with:
