Skip to content

Commit 6b6ced8

Browse files
committed
[FLINK-38790] Update to Flink 2.2
timout increase test
1 parent a90e8f4 commit 6b6ced8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
compile_and_test:
2929
strategy:
3030
matrix:
31-
flink: &flink_versions [ 2.0.1, 2.1.1 ]
31+
flink: &flink_versions [ 2.0.1, 2.1.1, 2.2.0 ]
3232
jdk: &jdk_versions [ '11, 17, 21' ]
3333
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
3434
with:

.github/workflows/weekly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
flink_branches: &flink_branches_matrix [{
3333
flink: 2.2-SNAPSHOT,
3434
branch: main
35+
}, {
36+
flink: 2.2.0,
37+
branch: main
3538
}, {
3639
flink: 2.1.1,
3740
branch: main

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ under the License.
5353

5454
<!-- Main Dependencies -->
5555
<confluent.version>7.9.2</confluent.version>
56-
<flink.version>2.1.0</flink.version>
56+
<flink.version>2.2.0</flink.version>
5757
<kafka.version>4.1.0</kafka.version>
5858

5959
<!-- Other Dependencies -->

0 commit comments

Comments
 (0)