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. - 1.18.1 + 1.20.0 2.12 2.12.7