Skip to content

Commit

Permalink
fine tune support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchuno committed Feb 7, 2019
1 parent 016fddb commit 99339f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,13 +3,13 @@ sudo: required
language: node_js

node_js:
- 4
- 6
- 8
- 10

env:
matrix:
- MONGODB=3.2
- MONGODB=3.4
- MONGODB=3.6
- MONGODB=4.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -14,10 +14,10 @@ MongoDB session store for [Connect](https://github.com/senchalabs/connect) and [

* Support Express up to `5.0`
* Support all Connect versions
* Support [Mongoose](http://mongoosejs.com/index.html) `>= 4.1.2+`
* Support [native MongoDB driver](http://mongodb.github.io/node-mongodb-native/) `>= 2.0.36`
* Support Node.js 4, 6, 8 and 10
* Support [MongoDB](https://www.mongodb.com/) `>= 3.0`
* Support [Mongoose](http://mongoosejs.com/index.html) `>= 5.0`
* Support [native MongoDB driver](http://mongodb.github.io/node-mongodb-native/) `>= 3.0`
* Support Node.js 6, 8 and 10
* Support [MongoDB](https://www.mongodb.com/) `>= 3.2`

For extended compatibility, see previous versions.

Expand Down

0 comments on commit 99339f1

Please sign in to comment.