-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat: Add support for Postgres 18 #9870
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
Signed-off-by: Corey <coreyearleon@icloud.com>
🚀 Thanks for opening this pull request! |
📝 WalkthroughWalkthroughAdds PostgreSQL 18 (PostGIS 3.6) to the CI matrix in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Signed-off-by: Corey <coreyearleon@icloud.com>
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.github/workflows/ci.yml
(1 hunks)README.md
(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (14)
- GitHub Check: PostgreSQL 18, PostGIS 3.6
- GitHub Check: PostgreSQL 17, PostGIS 3.5
- GitHub Check: Docker Build
- GitHub Check: Node 20
- GitHub Check: PostgreSQL 16, PostGIS 3.5
- GitHub Check: PostgreSQL 15, PostGIS 3.3
- GitHub Check: MongoDB 7, ReplicaSet
- GitHub Check: MongoDB 8, ReplicaSet
- GitHub Check: PostgreSQL 15, PostGIS 3.5
- GitHub Check: PostgreSQL 15, PostGIS 3.4
- GitHub Check: MongoDB 6, ReplicaSet
- GitHub Check: Node 18
- GitHub Check: Redis Cache
- GitHub Check: Code Analysis (javascript)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## alpha #9870 +/- ##
==========================================
- Coverage 93.02% 93.01% -0.02%
==========================================
Files 187 187
Lines 15097 15097
Branches 174 174
==========================================
- Hits 14044 14042 -2
- Misses 1041 1043 +2
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# [8.3.0-alpha.3](8.3.0-alpha.2...8.3.0-alpha.3) (2025-10-07) ### Features * Add support for Postgres 18 ([#9870](#9870)) ([d275c18](d275c18))
🎉 This change has been released in version 8.3.0-alpha.3 |
Pull Request
Issue
Closes: #9871
Approach
Add support for Postgres 18. Note that Postgis 3.6 is made for Posgres 18.
Tasks
ci / PostgreSQL 18, PostGIS 3.6
Summary by CodeRabbit
Documentation
Chores