mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 10:23:02 +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 PGPORT="15432"
|
||||
|
||||
for i in {1..5}
|
||||
for i in {1..6}
|
||||
do
|
||||
export PGVERSION="9.$i"
|
||||
echo "Running tests against PostgreSQL v$PGVERSION"
|
||||
|
Loading…
Reference in New Issue
Block a user