hypothesis / lms

LTI app for integrating with learning management systems
BSD 2-Clause "Simplified" License
45 stars 14 forks source link

Correct Postgres version in dev and CI #6392

Closed seanh closed 10 hours ago

seanh commented 2 weeks ago

LMS's staging and production environments use Postgres 15.5 not 15.6.

robertknight commented 15 hours ago

@seanh - Are you still intending to go ahead with this change across our repos? If not, this PRs should be closed.

seanh commented 10 hours ago

@seanh - Are you still intending to go ahead with this change across our repos? If not, this PRs should be closed.

I think let's close this. This PR is for the development and CI versions of Postgres (so these aren't auto-upgraded for us by RDS) but I think it's probably not worth the hassle of keeping the minor version up to date in dev and CI, we can probably risk letting this be out-of-date compared to production.