Jiabao-Sun commented on code in PR #41:
URL:
https://github.com/apache/flink-connector-mongodb/pull/41#discussion_r1719404820
##########
.github/workflows/push_pr.yml:
##########
@@ -28,14 +28,25 @@ jobs:
compile_and_test:
strategy:
matrix:
- flink: [ 1.18-SNAPSHOT ]
- jdk: [ '8, 11, 17' ]
+ mongodb: [ mongodb4, mongodb5, mongodb6, mongodb7 ]
+ flink: [ 1.19-SNAPSHOT, 1.20-SNAPSHOT ]
+ jdk: [ '8, 11, 17, 21' ]
Review Comment:
Since only a single value can be specified in include and exclude, the jdk
parameter has been changed from a sequence to a string. This allows multiple
jdk versions to be conveniently declared in include, but they cannot be
excluded in exclude.
--
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]