diff --git a/script/test_all.sh b/script/test_all.sh index 7617889..4626fb8 100755 --- a/script/test_all.sh +++ b/script/test_all.sh @@ -8,7 +8,7 @@ export PGPASSWORD="" export PGDATABASE="booktown" export PGPORT="15432" -for i in {1..5} +for i in {1..6} do export PGVERSION="9.$i" echo "Running tests against PostgreSQL v$PGVERSION"