mirror of
https://github.com/sosedoff/pgweb.git
synced 2025-01-05 17:11:41 +03:00
Include postgres 9.6 to integration test
This commit is contained in:
parent
09389e2ee4
commit
00a1ebaf25
@ -8,7 +8,7 @@ export PGPASSWORD=""
|
|||||||
export PGDATABASE="booktown"
|
export PGDATABASE="booktown"
|
||||||
export PGPORT="15432"
|
export PGPORT="15432"
|
||||||
|
|
||||||
for i in {1..5}
|
for i in {1..6}
|
||||||
do
|
do
|
||||||
export PGVERSION="9.$i"
|
export PGVERSION="9.$i"
|
||||||
echo "Running tests against PostgreSQL v$PGVERSION"
|
echo "Running tests against PostgreSQL v$PGVERSION"
|
||||||
|
Loading…
Reference in New Issue
Block a user