Test for mongo3.x support version (#5539)
This commit is contained in:
parent
1ff25ac4f4
commit
c33a55cda1
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
- { name: 'kafka-scenario', title: 'Kafka 0.11.0.0-2.3.0 (16)' }
|
||||
- { name: 'kotlin-coroutine-scenario', title: 'Kotlin Coroutine 1.0.1-1.3.3 (4)' }
|
||||
- { name: 'lettuce-scenario', title: 'Lettuce 5.x (17)' }
|
||||
- { name: 'mongodb-3.x-scenario', title: 'Mongodb 3.4.0-3.11.1 (22)' }
|
||||
- { name: 'mongodb-3.x-scenario', title: 'Mongodb 3.4.0-3.12.7 (31)' }
|
||||
- { name: 'mongodb-4.x-scenario', title: 'Mongodb 4.0.0-4.1.0 (7)' }
|
||||
- { name: 'netty-socketio-scenario', title: 'Netty-SocketIO 1.x (4)' }
|
||||
- { name: 'postgresql-above9.4.1207-scenario', title: 'PostgreSQL 9.4.1207+ (62)' }
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
* [Jedis](https://github.com/xetorthio/jedis) 2.x
|
||||
* [Redisson](https://github.com/redisson/redisson) Easy Java Redis client 3.5.2+
|
||||
* [Lettuce](https://github.com/lettuce-io/lettuce-core) 5.x
|
||||
* [MongoDB Java Driver](https://github.com/mongodb/mongo-java-driver) 2.13-2.14, 3.4.0-3.11.1, 4.0.0-4.1.0
|
||||
* [MongoDB Java Driver](https://github.com/mongodb/mongo-java-driver) 2.13-2.14, 3.4.0-3.12.7, 4.0.0-4.1.0
|
||||
* Memcached Client
|
||||
* [Spymemcached](https://github.com/couchbase/spymemcached) 2.x
|
||||
* [Xmemcached](https://github.com/killme2008/xmemcached) 2.x
|
||||
|
|
|
|||
|
|
@ -15,16 +15,33 @@
|
|||
# limitations under the License.
|
||||
|
||||
3.4.0
|
||||
3.4.1
|
||||
3.4.2
|
||||
3.4.3
|
||||
3.5.0
|
||||
3.6.0
|
||||
3.6.1
|
||||
3.6.2
|
||||
3.6.3
|
||||
3.6.4
|
||||
3.7.0
|
||||
3.7.1
|
||||
3.8.0
|
||||
3.8.1
|
||||
3.8.2
|
||||
3.9.0
|
||||
3.9.1
|
||||
3.10.0
|
||||
3.10.1
|
||||
3.10.2
|
||||
3.11.0
|
||||
3.11.1
|
||||
3.11.1
|
||||
3.11.2
|
||||
3.12.0
|
||||
3.12.1
|
||||
3.12.2
|
||||
3.12.3
|
||||
3.12.4
|
||||
3.12.5
|
||||
3.12.6
|
||||
3.12.7
|
||||
Loading…
Reference in New Issue