paupino / psqlpack

A logical database management system for PostgreSQL enabling incremental database deployment.
Apache License 2.0
8 stars 2 forks source link

Introduce multiple PostgreSQL version tests #116

Closed paupino closed 6 years ago

paupino commented 6 years ago

This is largely a travis change which allows the code to be tested against multiple versions of PostgreSQL. This uncovered an issue with Semver processing whereby version 10.4 didn't include a revision and 11 (beta) didn't include a minor version or revision (understandably).

Tests take much longer however also have more coverage. The minimum supported version at present is 9.4.

Closes #89