-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
ci: upgrade Postgres versions #8191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for opening this pull request!
|
Codecov ReportBase: 94.18% // Head: 94.18% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## alpha #8191 +/- ##
=======================================
Coverage 94.18% 94.18%
=======================================
Files 182 182
Lines 13737 13737
=======================================
Hits 12938 12938
Misses 799 799
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@parse-community/server this is ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #8192 (comment)
@cbaker6 I've renamed the PR to only do the version upgrade, I think you can remove changes that are removing support for versions. Then we can merge this PR immediately as only upgrading existing versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Rerunning the tests until all pass...
🎉 This change has been released in version 5.3.0-alpha.27 |
🎉 This change has been released in version 5.4.0-beta.1 |
🎉 This change has been released in version 5.4.0-alpha.1 |
🎉 This change has been released in version 5.4.0 |
🎉 This change has been released in version 5.4.0 |
New Pull Request Checklist
Issue Description
The CI isn't testing against the current latest versions of dependencies (e.g. Postgis 3.3) and still testing against dependencies that has reached the Parse EOL (e.g. Postges 11, Node 12, Mongo 4.0). This prevents the CI from determining if there are issues with the latest versions along with running unnecessary tests for each PR.
Closes: #8192
Approach
Update versions of Postgis, remove versions that have reached EOL: Postres 11, Postgis 3.0, Node 12, Mongo 4.0, Mongo MMAPv1.
TODOs before merging