Skip to content

Commit 510848a

Browse files
committed
[FLINK-36923] Bump flink version to 1.19.1, adapt CI workflow
1 parent 846c74f commit 510848a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/push_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
compile_and_test:
2929
strategy:
3030
matrix:
31-
flink: [ 1.18.1, 1.19.1 ]
31+
flink: [ 1.18.1, 1.19.1, 1.20.0 ]
3232
jdk: [ '8, 11' ]
3333
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
3434
with:

.github/workflows/weekly.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
strategy:
3131
matrix:
3232
flink_branches: [{
33+
flink: 1.20-SNAPSHOT,
34+
branch: main
35+
},
36+
{
3337
flink: 1.19-SNAPSHOT,
3438
branch: main
3539
}, {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ under the License.
5252
</scm>
5353

5454
<properties>
55-
<flink.version>1.18.1</flink.version>
55+
<flink.version>1.19.1</flink.version>
5656

5757
<scala.binary.version>2.12</scala.binary.version>
5858
<scala.version>2.12.7</scala.version>

0 commit comments

Comments
 (0)