We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f7072 commit 4b05267Copy full SHA for 4b05267
.github/workflows/weekly.yml
@@ -26,8 +26,27 @@ jobs:
26
if: github.repository_owner == 'apache'
27
strategy:
28
matrix:
29
- flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT, 1.18-SNAPSHOT]
+ flink_branches: [{
30
+ flink: 1.16-SNAPSHOT,
31
+ branch: main
32
+ }, {
33
+ flink: 1.17-SNAPSHOT,
34
35
36
+ flink: 1.18-SNAPSHOT,
37
38
39
+ flink: 1.16.2,
40
+ branch: v3.1
41
42
+ flink: 1.17.1,
43
44
45
46
47
+ }]
48
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
49
with:
- flink_version: ${{ matrix.flink }}
50
+ flink_version: ${{ matrix.flink_branches.flink }}
51
+ connector_branch: ${{ matrix.flink_branches.branch }}
52
run_dependency_convergence: false
0 commit comments