File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2525 if : github.repository_owner == 'apache'
2626 strategy :
2727 matrix :
28- flink : [1.19-SNAPSHOT, 1.20-SNAPSHOT]
28+ flink : [ 1.20-SNAPSHOT ]
2929 java : [ '8, 11, 17']
3030 uses : ./.github/workflows/common.yml
3131 with :
3838 python_test :
3939 strategy :
4040 matrix :
41- flink : [1.19-SNAPSHOT, 1.20-SNAPSHOT]
41+ flink : [ 1.20-SNAPSHOT ]
42+ java : [ '11, 17' ]
4243 uses : apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
4344 with :
4445 flink_version : ${{ matrix.flink }}
Original file line number Diff line number Diff line change 2626 uses : ./.github/workflows/common.yml
2727 strategy :
2828 matrix :
29- flink : [1.19.1 , 1.20.0 ]
29+ flink : [ 1.19.2 , 1.20.1 ]
3030 java : [ '8, 11, 17']
3131 with :
3232 flink_version : ${{ matrix.flink }}
3838 python_test :
3939 strategy :
4040 matrix :
41- flink : [1.19.0, 1.20.0]
41+ flink : [ 1.19.2, 1.20.1 ]
42+ java : [ '11, 17']
4243 uses : apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
4344 with :
4445 flink_version : ${{ matrix.flink }}
You can’t perform that action at this time.
0 commit comments