This is an automated email from the ASF dual-hosted git repository. fcsaky pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-hbase.git
The following commit(s) were added to refs/heads/main by this push: new 7e7d74b [FLINK-36923] Bump Flink version to 1.20.0, adapt CI workflow 7e7d74b is described below commit 7e7d74b7e00ee98443fd5954d5edd354b4d1dcb3 Author: Kunni <1365976...@qq.com> AuthorDate: Thu Jan 9 21:20:35 2025 +0800 [FLINK-36923] Bump Flink version to 1.20.0, adapt CI workflow --- .github/workflows/push_pr.yml | 2 +- .github/workflows/weekly.yml | 5 +---- pom.xml | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index 6105f80..6354d00 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.18.1, 1.19.1 ] + flink: [ 1.20.0 ] jdk: [ '8, 11' ] 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 2659a6e..99a8647 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -30,10 +30,7 @@ jobs: strategy: matrix: flink_branches: [{ - flink: 1.19-SNAPSHOT, - branch: main - }, { - flink: 1.18-SNAPSHOT, + flink: 1.20-SNAPSHOT, branch: main }, { flink: 1.19.1, diff --git a/pom.xml b/pom.xml index 6445579..e27bb54 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ under the License. </scm> <properties> - <flink.version>1.18.1</flink.version> + <flink.version>1.20.0</flink.version> <scala.binary.version>2.12</scala.binary.version> <scala.version>2.12.7</scala.version>