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-opensearch.git


The following commit(s) were added to refs/heads/main by this push:
     new 489d00b  [hotfix] Downgrade to Flink 1.17.0
489d00b is described below

commit 489d00b3ed19d9c2c8f8867194719d90d985a9b0
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Tue Apr 11 17:41:07 2023 +0200

    [hotfix] Downgrade to Flink 1.17.0
---
 .github/workflows/push_pr.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 6c2dc05..b30b09f 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -25,7 +25,7 @@ jobs:
   compile_and_test:
     strategy:
       matrix:
-        flink: [1.17.1, 1.18-SNAPSHOT]
+        flink: [1.17.0, 1.18-SNAPSHOT]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
       flink_version: ${{ matrix.flink }}

Reply via email to