Skip to content

Commit 669314d

Browse files
committed
[hotfix] Apply the correct version matrix in weekly CI
1 parent 45cbf78 commit 669314d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/weekly.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,9 @@ jobs:
3030
strategy:
3131
matrix:
3232
flink_branches: [{
33-
flink: 2.2-SNAPSHOT,
33+
flink: 2.1-SNAPSHOT,
3434
jdk: '17',
3535
branch: main
36-
}, {
37-
flink: 2.1.1,
38-
jdk: '17',
39-
branch: v4.0
4036
}, {
4137
flink: 2.0.1,
4238
jdk: '17',
@@ -48,7 +44,7 @@ jobs:
4844
}, {
4945
flink: 1.19.3,
5046
jdk: '8, 11, 17, 21',
51-
branch: v3.2
47+
branch: v3.3
5248
}]
5349
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
5450
with:

0 commit comments

Comments
 (0)