dannycranmer commented on code in PR #28:
URL: 
https://github.com/apache/flink-connector-cassandra/pull/28#discussion_r1574736573


##########
.github/workflows/weekly.yml:
##########
@@ -22,36 +22,24 @@ on:
     - cron: "0 0 * * 0"
   workflow_dispatch:
 jobs:
-  # tests that current connector iteration does not break compatibility with 
last 2 minor released Flink versions
-  non-main-version:
+  compile_and_test:
     if: github.repository_owner == 'apache'
+    strategy:
+      matrix:
+        flink_branches: [{

Review Comment:
   Yeah that makes sense. I need to update to include the new v3.2 branch, so 
will add them then. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to