Skip to content

Commit

Permalink
Specify postgres 10.0 in test-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Feb 22, 2018
1 parent 47500bf commit b620d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b620d8f

Please sign in to comment.