Skip to content

Commit bd371d6

Browse files
committed
[hotfix] Make sure that main is tested against SNAPSHOT versions
1 parent 4b05267 commit bd371d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.0, 1.18-SNAPSHOT]
28+
flink: [1.17-SNAPSHOT, 1.18-SNAPSHOT]
2929
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
3030
with:
3131
flink_version: ${{ matrix.flink }}

0 commit comments

Comments
 (0)