Skip to content

Commit

Permalink
[hotfix] Make sure that PRs are tested against 1.18-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Oct 13, 2023
1 parent b111bef commit 79424ca
Showing 1 changed file with 1 addition and 1 deletion.
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]
flink: [1.16.2, 1.17.1, 1.18-SNAPSHOT]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}

0 comments on commit 79424ca

Please sign in to comment.