postgrespro / pgsphere

PgSphere provides spherical data types, functions, operators, and indexing for PostgreSQL.
https://pgsphere.org
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

CI updates #27

Closed esabol closed 12 months ago

esabol commented 1 year ago

• IMHO, it should also run "crushtest", not just "installcheck", for thoroughness. Maybe "test" too?

Tests should run on PostgreSQL 14 and 15. Of course, this would mean stop using credativ/postgresql-build images. Those images haven't been updated in 3 years, so it's probably time to move on to something newer, like perhaps the official postgresql builds. That said, I just e-mailed the maintainer of the credativ/postgresql-build images to see if he would be willing to push similar images for PostgreSQL 14.x and 15.x to Docker Hub. Ugh... I was looking at the GitLab CI. I see the Travis CI is already testing on PostgreSQL 14.x and 15.x. Never mind!

esabol commented 12 months ago

Oh, I just realized you're using Travis CI, not GitHub Actions CI. I have changed the name of this issue accordingly.

esabol commented 12 months ago

PR #26 resolves this issue to my satisfaction, so I'm going to close this issue (unless there's an objection).