dannycranmer commented on code in PR #20:
URL:
https://github.com/apache/flink-connector-gcp-pubsub/pull/20#discussion_r1391105431
##########
.github/workflows/weekly.yml:
##########
@@ -26,7 +26,7 @@ jobs:
if: github.repository_owner == 'apache'
strategy:
matrix:
- flink: [1.16-SNAPSHOT, 1.17-SNAPSHOT]
+ flink: [1.17.1, 1.18.0]
Review Comment:
Ideally the nightly/weekly should build against 1.17-SNAPSHOT, 1.18-SNAPSHOT
and 1.19-SNAPSHOT to detect breaking changes from Flink, like it is in master.
Although not sure this branch weekly file is even used
--
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]