Skip to content

Commit

Permalink
[FLINK-33379] Remove support for Flink 1.19-SNAPSHOT in v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Oct 31, 2023
1 parent 6dfe4f4 commit 826967e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [1.16.2, 1.17.1, 1.18.0, 1.19-SNAPSHOT]
flink: [1.16.2, 1.17.1, 1.18.0]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
3 changes: 0 additions & 3 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
}, {
flink: 1.18-SNAPSHOT,
branch: main
}, {
flink: 1.19-SNAPSHOT,
branch: main
}, {
flink: 1.16.2,
branch: v3.0
Expand Down

0 comments on commit 826967e

Please sign in to comment.