Bump tests to Mongo 4.0.23 (#7205)

* Bump tests to Mongo 4.0.23

* Bump node to 15.9.0 for tests
This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2021-02-18 01:43:45 -08:00
committed by GitHub
parent 5d84085071
commit 9a9fc5fa5f
3 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
| Node.js 10 | 10.23.2 | April 2021 | ✅ Fully compatible |
| Node.js 12 | 12.20.1 | April 2022 | ✅ Fully compatible |
| Node.js 14 | 14.15.4 | April 2023 | ✅ Fully compatible |
| Node.js 15 | 15.8.0 | June 2021 | ✅ Fully compatible |
| Node.js 15 | 15.9.0 | June 2021 | ✅ Fully compatible |
#### MongoDB
Parse Server is continuously tested with the most recent releases of MongoDB to ensure compatibility. We follow the [MongoDB support schedule](https://www.mongodb.com/support-policy) and only test against versions that are officially supported and have not reached their end-of-life date.
@@ -117,7 +117,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
| Version | Latest Patch Version | End-of-Life Date | Compatibility |
|-------------|----------------------|------------------|--------------------|
| MongoDB 3.6 | 3.6.21 | April 2021 | ✅ Fully compatible |
| MongoDB 4.0 | 4.0.22 | January 2022 | ✅ Fully compatible |
| MongoDB 4.0 | 4.0.23 | January 2022 | ✅ Fully compatible |
| MongoDB 4.2 | 4.2.12 | TBD | ✅ Fully compatible |
| MongoDB 4.4 | 4.4.4 | TBD | ✅ Fully compatible |