peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
127 stars 19 forks source link

Use multiple versions of GEOS in CI #506

Closed peterstace closed 1 year ago

peterstace commented 1 year ago

Right now, only the latest version (GEOS 3.11.2) is used for CI.

It would be better to run CI on multiple versions, so that any compilation issues with older versions are caught.