File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
if : github.repository_owner == 'apache'
26
26
strategy :
27
27
matrix :
28
- flink : [1.18-SNAPSHOT, 1. 19-SNAPSHOT, 1.20-SNAPSHOT]
28
+ flink : [1.19-SNAPSHOT, 1.20-SNAPSHOT]
29
29
java : [ '8, 11, 17']
30
30
uses : ./.github/workflows/common.yml
31
31
with :
38
38
python_test :
39
39
strategy :
40
40
matrix :
41
- flink : [1.18-SNAPSHOT, 1. 19-SNAPSHOT, 1.20-SNAPSHOT]
41
+ flink : [1.19-SNAPSHOT, 1.20-SNAPSHOT]
42
42
uses : apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
43
43
with :
44
44
flink_version : ${{ matrix.flink }}
Original file line number Diff line number Diff line change 26
26
uses : ./.github/workflows/common.yml
27
27
strategy :
28
28
matrix :
29
- flink : [1.18 .1, 1.19.1 ]
29
+ flink : [1.19 .1, 1.20.0 ]
30
30
java : [ '8, 11, 17']
31
31
with :
32
32
flink_version : ${{ matrix.flink }}
38
38
python_test :
39
39
strategy :
40
40
matrix :
41
- flink : [1.18.1 , 1.19.1 ]
41
+ flink : [1.19.0 , 1.20.0 ]
42
42
uses : apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
43
43
with :
44
44
flink_version : ${{ matrix.flink }}
You can’t perform that action at this time.
0 commit comments