This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-hive.git
commit 399d2aece27d50358c514e3d75f6d4e6002ca3cb Author: Sergey Nuyanzin <[email protected]> AuthorDate: Sat Mar 8 15:11:59 2025 +0100 [hotfix] Use jdk11 as minimum for Flink 2.0 --- .github/workflows/push_pr.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml index a2680960..f3247d3a 100644 --- a/.github/workflows/push_pr.yml +++ b/.github/workflows/push_pr.yml @@ -28,14 +28,8 @@ jobs: compile_and_test: strategy: matrix: - flink: [ 1.20.0 ] - jdk: [ 8 ] - # empty means test against hive2 - mvn_profile: [ "", hive3 ] - include: - - jdk: 11 - flink: 1.20.0 - mvn_profile: "" + flink: [ 2.0-preview1 ] + jdk: [ 11 ] uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with:
