MartijnVisser commented on code in PR #35:
URL:
https://github.com/apache/flink-connector-kafka/pull/35#discussion_r1246680198
##########
.github/workflows/weekly.yml:
##########
@@ -26,8 +26,18 @@ jobs:
if: github.repository_owner == 'apache'
strategy:
matrix:
- flink: [1.17-SNAPSHOT, 1.18-SNAPSHOT]
+ flink_branches: [{
+ flink: 1.17.1,
+ branch: main
+ }, {
+ flink: 1.18-SNAPSHOT,
+ branch: main
+ }, {
+ flink: 1.17.1,
+ branch: v3.0
Review Comment:
I've already added this so it can be validated when
https://issues.apache.org/jira/browse/FLINK-32453 is completed
--
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]