Skip to content

Commit a100b29

Browse files
authored
[FLINK-37394] Update CI Flink versions to 1.19 and 1.20
1 parent 074414f commit a100b29

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/push_pr.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@ jobs:
2828
compile_and_test:
2929
strategy:
3030
matrix:
31-
flink: [ 1.17.2 ]
32-
jdk: [ '8, 11' ]
33-
include:
34-
- flink: 1.18.1
35-
jdk: '8, 11, 17'
36-
- flink: 1.19-SNAPSHOT
37-
jdk: '8, 11, 17, 21'
31+
flink: [ 1.19.2, 1.20.1 ]
32+
jdk: [ '8, 11, 17, 21' ]
3833
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
3934
with:
4035
flink_version: ${{ matrix.flink }}

.github/workflows/weekly.yml

-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
strategy:
3131
matrix:
3232
flink_branches: [{
33-
flink: 1.18-SNAPSHOT,
34-
jdk: '8, 11, 17',
35-
branch: main
36-
}, {
3733
flink: 1.19-SNAPSHOT,
3834
jdk: '8, 11, 17, 21',
3935
branch: main

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.17.2</flink.version>
55+
<flink.version>1.19.2</flink.version>
5656
<kudu.version>1.17.1</kudu.version>
5757
<scala.binary.version>2.12</scala.binary.version>
5858

0 commit comments

Comments
 (0)