This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 5372fc3 [hotfix] Run CI PRs against Flink 1.17.0 plus 1.18-SNAPSHOT
5372fc3 is described below
commit 5372fc3c2cdca01e9aa825ef7bf9606121536917
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Apr 4 21:34:54 2023 +0200
[hotfix] Run CI PRs against Flink 1.17.0 plus 1.18-SNAPSHOT
---
.github/workflows/push_pr.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 335f108..b30b09f 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -23,6 +23,9 @@ concurrency:
cancel-in-progress: true
jobs:
compile_and_test:
+ strategy:
+ matrix:
+ flink: [1.17.0, 1.18-SNAPSHOT]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
- flink_version: 1.17.0
+ flink_version: ${{ matrix.flink }}