Skip to content

Commit b732ce3

Browse files
committed
[hotfix] Partially revert 40da49e and don't test against Flink 1.19-SNAPSHOT yet
1 parent 40da49e commit b732ce3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
compile_and_test:
2626
strategy:
2727
matrix:
28-
flink: [ 1.17.1, 1.18.0, 1.19-SNAPSHOT ]
28+
flink: [ 1.17.1, 1.18.0 ]
2929
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
3030
with:
3131
flink_version: ${{ matrix.flink }}

.github/workflows/weekly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
}, {
3939
flink: 1.18.0,
4040
branch: main
41-
}, {
42-
flink: 1.19-SNAPSHOT,
43-
branch: main
4441
}]
4542
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
4643
with:

0 commit comments

Comments
 (0)