Skip to content

Commit 9286103

Browse files
committed
removed mongodb 3.6 support
1 parent 626352d commit 9286103

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
MONGODB_TOPOLOGY: replicaset
7272
MONGODB_STORAGE_ENGINE: wiredTiger
7373
NODE_VERSION: 14.16.0
74-
- name: Mongo 3.6, Standalone, MMAPv1
75-
MONGODB_VERSION: 3.6.23
74+
- name: Mongo 4.0, Standalone, MMAPv1
75+
MONGODB_VERSION: 4.0.23
7676
MONGODB_TOPOLOGY: standalone
7777
MONGODB_STORAGE_ENGINE: mmapv1
7878
NODE_VERSION: 14.16.0

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a href="https://community.parseplatform.org/"><img alt="Join the conversation" src="https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg"></a>
1919
<a href="https://snyk.io/test/github/parse-community/parse-server"><img alt="Snyk badge" src="https://snyk.io/test/github/parse-community/parse-server/badge.svg"></a>
2020
<a href="https://nodejs.org/"><img alt="Node.js 10,12,14,15" src="https://img.shields.io/badge/nodejs-10,_12,_14,_15-green.svg?logo=node.js&style=flat"></a>
21-
<a href="https://www.mongodb.com/"><img alt="MongoDB 3.6,4.0,4.2,4.4" src="https://img.shields.io/badge/mongodb-3.6,_4.0,_4.2,_4.4-green.svg?logo=mongodb&style=flat"></a>
21+
<a href="https://www.mongodb.com/"><img alt="MongoDB 4.0,4.2,4.4" src="https://img.shields.io/badge/mongodb-4.0,_4.2,_4.4-green.svg?logo=mongodb&style=flat"></a>
2222
<a href="https://www.postgresql.org"> <img alt="PostgreSQL 10,11,12,13" src="https://img.shields.io/badge/postgresql-10,_11,_12,_13-green.svg?logo=postgresql&style=flat"></a>
2323
</p>
2424

@@ -122,7 +122,6 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
122122

123123
| Version | Latest Patch Version | End-of-Life Date | Compatibility |
124124
|-------------|----------------------|------------------|--------------------|
125-
| MongoDB 3.6 | 3.6.23 | April 2021 | ✅ Fully compatible |
126125
| MongoDB 4.0 | 4.0.23 | January 2022 | ✅ Fully compatible |
127126
| MongoDB 4.2 | 4.2.13 | TBD | ✅ Fully compatible |
128127
| MongoDB 4.4 | 4.4.4 | TBD | ✅ Fully compatible |

0 commit comments

Comments
 (0)