This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-rabbitmq.git


The following commit(s) were added to refs/heads/v3.0 by this push:
     new ff4e0ca  [hotfix] Run PR CI against Flink 1.16.1 instead of Flink 
1.16.0
ff4e0ca is described below

commit ff4e0cad9b4155f9ab681c78226f467eb31880ec
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Apr 13 16:16:06 2023 +0200

    [hotfix] Run PR CI against Flink 1.16.1 instead of Flink 1.16.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 e1ba2d4..e3a7f8b 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -25,4 +25,4 @@ jobs:
   compile_and_test:
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
-      flink_version: 1.16.0
+      flink_version: 1.16.1

Reply via email to