Skip to content

Commit fe65806

Browse files
committed
[hotfix] Test PRs against 1.17-SNAPSHOT and 1.18-SNAPSHOT
1 parent 5ef2b78 commit fe65806

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/push_pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ concurrency:
2323
cancel-in-progress: true
2424
jobs:
2525
compile_and_test:
26+
strategy:
27+
matrix:
28+
flink: [1.17-SNAPSHOT, 1.18-SNAPSHOT]
2629
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
2730
with:
28-
flink_version: 1.17.0
31+
flink_version: ${{ matrix.flink }}

0 commit comments

Comments
 (0)