This is an automated email from the ASF dual-hosted git repository. ferenc-csaky pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-pulsar.git
commit cc81056eb0ac2afaf7a07032afcd4d289920594c Author: Ferenc Csaky <[email protected]> AuthorDate: Wed Jun 3 13:30:41 2026 +0200 [hotfix] Update CI workflows after v4.2 release --- .github/workflows/push_pr.yml | 2 +- .github/workflows/weekly.yml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index f5cdcd7..8905155 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -28,7 +28,7 @@ jobs: compile_and_test: strategy: matrix: - flink: [ 1.20.3 ] + flink: [ 1.20.4 ] jdk: [ '8, 11, 17' ] uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with: diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 7c66def..4f54b40 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -33,7 +33,11 @@ jobs: flink_branches: [{ flink: 1.20-SNAPSHOT, branch: main - }] + }, { + flink: 1.20.4, + branch: v4.2 + } + ] uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with: flink_version: ${{ matrix.flink_branches.flink }}
