Skip to content

Commit fd7b46c

Browse files
committed
[release] Update weekly CI to check against new release branch v3.1
1 parent 4f30099 commit fd7b46c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/weekly.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,16 @@ jobs:
3838
jdk: '8, 11, 17, 21',
3939
branch: main
4040
}, {
41-
flink: 1.17.1,
41+
flink: 1.17.2,
42+
branch: v3.1
43+
}, {
44+
flink: 1.18.1,
45+
branch: v3.1
46+
}, {
47+
flink: 1.17.2,
4248
branch: v3.0
4349
}, {
44-
flink: 1.18.0,
50+
flink: 1.18.1,
4551
branch: v3.0
4652
}]
4753
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils

0 commit comments

Comments
 (0)