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 4a96cfc commit dbcc241Copy full SHA for dbcc241
.github/workflows/weekly.yml
@@ -34,11 +34,14 @@ jobs:
34
branch: main,
35
jdk: '11, 17, 21'
36
}, {
37
- flink: 1.19.1,
+ flink: 1.19.2,
38
branch: v3.0
39
40
- flink: 1.20.0,
41
- branch: main
+ branch: v3.1
42
+ }, {
43
+ flink: 1.20.1,
44
45
}]
46
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
47
with:
0 commit comments