summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-12-22 23:39:59 +0100
committerAnatol Belski <ab@php.net>2017-12-22 23:39:59 +0100
commit18ddc2eb9c8d038d731a5947a15f8e0750f479b0 (patch)
tree6477ba5320f0f72d307ae7b0c3c608e1c2be3bc3 /appveyor
parent0317dbd1265eb1ba67c9d5ab4c6ddb2111498573 (diff)
parenteb5ba59ad5cd40ef47cb6bdbe8dbb15e2f4d6e42 (diff)
downloadphp-git-18ddc2eb9c8d038d731a5947a15f8e0750f479b0.tar.gz
Merge branch 'PHP-7.2'
* PHP-7.2: Revert to Postgres 9.6, AppVeyor seems to have issues with 10
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/test_task.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat
index 1f71c22014..1ffdc3cdf4 100644
--- a/appveyor/test_task.bat
+++ b/appveyor/test_task.bat
@@ -37,7 +37,7 @@ set PGPASSWORD=Password12!
rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!
echo ^<?php $conn_str = "host=127.0.0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%"; ?^> >> "./ext/pgsql/tests/config.inc"
set PDO_PGSQL_TEST_DSN=pgsql:host=127.0.0.1 port=5432 dbname=test user=%PGUSER% password=%PGPASSWORD%
-"C:\Program Files\PostgreSQL\10\bin\createdb.exe" test
+"C:\Program Files\PostgreSQL\9.6\bin\createdb.exe" test
if %errorlevel% neq 0 exit /b 3
rem prepare for ext/openssl