Skip to content

Commit

Permalink
[hotfix] Be Compatible with Flink 1.16
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Dec 12, 2023
1 parent 74a4696 commit 846ed36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ concurrency:

jobs:
compile_and_test:
strategy:
matrix:
flink: [ 1.16.2, 1.17.1 ]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: 1.17.0
flink_version: ${{ matrix.flink }}
timeout_global: 120
timeout_test: 80

0 comments on commit 846ed36

Please sign in to comment.