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-pulsar.git
The following commit(s) were added to refs/heads/main by this push:
new aecd8cf [hotfix] Test CI runs against Flink 1.17.0 and Daily builds
against 1.17-SNAPSHOT and 1.18-SNAPSHOT
aecd8cf is described below
commit aecd8cf4362a595e569928c6ccd634f0a11b4060
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Apr 4 16:03:28 2023 +0200
[hotfix] Test CI runs against Flink 1.17.0 and Daily builds against
1.17-SNAPSHOT and 1.18-SNAPSHOT
---
.github/workflows/daily.yml | 2 +-
.github/workflows/push_pr.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index c70b467..31752df 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -25,7 +25,7 @@ jobs:
if: github.repository_owner == 'apache'
strategy:
matrix:
- flink: [1.17-SNAPSHOT]
+ flink: [1.17-SNAPSHOT, 1.18-SNAPSHOT]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 4a625d1..6d7b36c 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -25,6 +25,6 @@ jobs:
compile_and_test:
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
- flink_version: 1.17-SNAPSHOT
+ flink_version: 1.17.0
timeout_global: 80
timeout_test: 60
\ No newline at end of file