You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "zentol (via GitHub)" <gi...@apache.org> on 2023/04/03 12:57:16 UTC

[GitHub] [flink-connector-rabbitmq] zentol commented on a diff in pull request #7: [FLINK-31701][Connector/RabbitMQ] Fix misc nightly build issues

zentol commented on code in PR #7:
URL: https://github.com/apache/flink-connector-rabbitmq/pull/7#discussion_r1155927360


##########
.github/workflows/weekly.yml:
##########
@@ -20,13 +20,14 @@ name: Nightly
 on:
   schedule:
     - cron: "0 0 * * 0"
+  workflow_dispatch:
 jobs:
   compile_and_test:
     if: github.repository_owner == 'apache'
     strategy:
       matrix:
-        flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT]
+        flink: [1.17-SNAPSHOT, 1.18-SNAPSHOT]

Review Comment:
   Why is this no longer including 1.16? That's still a supported version at this time. I'd also pin this to 1.17.0



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org