Skip to content

Commit dbcc241

Browse files
authored
[FLINK-37636] Fix compile error in weekly CI
1 parent 4a96cfc commit dbcc241

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/weekly.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ jobs:
3434
branch: main,
3535
jdk: '11, 17, 21'
3636
}, {
37-
flink: 1.19.1,
37+
flink: 1.19.2,
3838
branch: v3.0
3939
}, {
40-
flink: 1.20.0,
41-
branch: main
40+
flink: 1.19.2,
41+
branch: v3.1
42+
}, {
43+
flink: 1.20.1,
44+
branch: v3.1
4245
}]
4346
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
4447
with:

0 commit comments

Comments
 (0)