yuxiqian commented on code in PR #41: URL: https://github.com/apache/flink-connector-mongodb/pull/41#discussion_r1719359318
########## pom.xml: ########## @@ -399,6 +404,37 @@ under the License. <spotless.skip>true</spotless.skip> </properties> </profile> + + <profile> + <id>mongodb4</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <properties> + <mongodb.version>4.0.10</mongodb.version> + </properties> + </profile> + + <profile> + <id>mongodb5</id> + <properties> + <mongodb.version>5.0.2</mongodb.version> + </properties> + </profile> + + <profile> + <id>mongodb6</id> + <properties> + <mongodb.version>6.0.6</mongodb.version> Review Comment: Will it be better if we test each major MongoDB release with the latest patch version? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org