You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-24
Original file line number
Diff line number
Diff line change
@@ -127,36 +127,31 @@ Before you start make sure you have installed:
127
127
128
128
Parse Server is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
129
129
130
-
| Version | Latest Version | End-of-Life | Compatible |
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 [MongoDB lifecycle schedule](https://www.mongodb.com/support-policy/lifecycles) and only test against versions that are officially supported and have not reached their end-of-life date. MongoDB "rapid releases" are ignored as these are considered pre-releases of the next major version.
139
-
140
-
| Version | Latest Version | End-of-Life | Compatible |
Parse Server is continuously tested with the most recent releases of PostgreSQL and PostGIS to ensure compatibility, using [PostGIS docker images](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&ordering=last_updated). We follow the [PostgreSQL support schedule](https://www.postgresql.org/support/versioning) and [PostGIS support schedule](https://www.postgis.net/eol_policy/) and only test against versions that are officially supported and have not reached their end-of-life date. Due to the extensive PostgreSQL support duration of 5 years, Parse Server drops support about 2 years before the official end-of-life date.
152
-
153
-
| Version | PostGIS Version | End-of-Life | Parse Server Support | Compatible |
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
124
-
"test:mongodb:4.2.19": "npm run test:mongodb --dbversion=4.2.19",
125
-
"test:mongodb:4.4.13": "npm run test:mongodb --dbversion=4.4.13",
126
-
"test:mongodb:5.3.2": "npm run test:mongodb --dbversion=5.3.2",
127
-
"test:mongodb:6.0.2": "npm run test:mongodb --dbversion=6.0.2",
128
-
"test:mongodb:7.0.1": "npm run test:mongodb --dbversion=7.0.1",
129
-
"test:mongodb:8.0.3": "npm run test:mongodb --dbversion=8.0.3",
130
-
"test:postgres:testonly": "cross-env PARSE_SERVER_TEST_DB=postgres PARSE_SERVER_TEST_DATABASE_URI=postgres://postgres:password@localhost:5432/parse_server_postgres_adapter_test_database npm run testonly",
0 commit comments