This is an automated email from the ASF dual-hosted git repository. jiabaosun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git
commit 384190c049eae5b9bbd73bdbf1877b72e7d9c435 Author: Leonard Xu <[email protected]> AuthorDate: Mon Feb 19 18:42:39 2024 +0800 [build] Remove Flink 1.16.x support --- .github/workflows/push_pr.yml | 2 +- .github/workflows/weekly.yml | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index 9d349c0..fdd1377 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -25,7 +25,7 @@ jobs: compile_and_test: strategy: matrix: - flink: [ 1.16-SNAPSHOT, 1.17-SNAPSHOT ] + flink: [ 1.17-SNAPSHOT ] jdk: [ '8, 11' ] include: - flink: 1.18-SNAPSHOT diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 8599352..07fbae5 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -26,10 +26,7 @@ jobs: if: github.repository_owner == 'apache' strategy: matrix: - flink_branches: [{ - flink: 1.16-SNAPSHOT, - branch: main - }, { + flink_branches: [ { flink: 1.17-SNAPSHOT, branch: main }, { @@ -40,9 +37,6 @@ jobs: flink: 1.19-SNAPSHOT, jdk: '8, 11, 17, 21', branch: main - }, { - flink: 1.16.3, - branch: v1.1 }, { flink: 1.17.2, branch: v1.1
