|
I do not intend to add support for testing against 3.6 to the legacy or 26compat C++ branches, since 26compat is already EOL, and legacy is headed there as soon as the 3.2 C++ driver ships.
For the master branch (from which the 3.2 C++ driver will be cut), we always test against the latest server releases. For the most recent build of the master branch, we are testing against 3.6.0-rc2+: https://evergreen.mongodb.com/task_log_raw/cxx_driver_ubuntu1404_debug_compile_and_test_with_shared_libs_8a5202edd460559e736b5357ee8a2dc3e12a5e28_17_11_14_15_59_38/0?type=T#L200
If anything, we should add regression testing against older versions of the server. I've filed CXX-1473 to track that work.
|