Specify postgres 10.0 in test-all script

This commit is contained in:
Dan Sosedoff 2018-02-22 14:41:45 -06:00
parent 47500bf92e
commit b620d8f0f2

View File

@ -15,7 +15,7 @@ export PGPASSWORD=""
export PGDATABASE="booktown"
export PGPORT="15432"
versions="9.1 9.2 9.3 9.4 9.5 9.6 10 10.1 10.2"
versions="9.1 9.2 9.3 9.4 9.5 9.6 10.0 10.1 10.2"
for i in $versions
do