ferenc-csaky commented on code in PR #75:
URL:
https://github.com/apache/flink-connector-mongodb/pull/75#discussion_r4106127411
##########
.github/workflows/weekly.yml:
##########
@@ -30,25 +30,25 @@ jobs:
strategy:
matrix:
flink_branches: [ {
- flink: 2.1-SNAPSHOT,
- jdk: '11, 17, 21',
+ flink: 2.4-SNAPSHOT,
branch: main
}, {
- flink: 2.2-SNAPSHOT,
- jdk: '11, 17, 21',
+ flink: 2.3.0,
+ branch: main
+ }, {
+ flink: 2.2.1,
+ branch: main
+ }, {
+ flink: 2.1.3,
Review Comment:
In case of `main`, I'd rather point it against the `SNAPSHOT` versions.
`main` is the ongoing branch that won't be released as is, so IMO it makes more
sense to point it against the latest state of the Flink versions as well.
--
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]