From b620d8f0f23659037b40138e8eb5f4ea665e7b4c Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Thu, 22 Feb 2018 14:41:45 -0600 Subject: [PATCH] Specify postgres 10.0 in test-all script --- script/test_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test_all.sh b/script/test_all.sh index 0389d76..3691534 100755 --- a/script/test_all.sh +++ b/script/test_all.sh @@ -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