mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Specify postgres 10.0 in test-all script
This commit is contained in:
parent
47500bf92e
commit
b620d8f0f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user