From: Anatol Belski Date: Fri, 22 Dec 2017 22:25:24 +0000 (+0100) Subject: Update tool path X-Git-Tag: php-7.1.14RC1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b47b7297db070ea0a2f6aee6cfe1eae1b6250a5;p=php Update tool path --- diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index 5477e9f693..d6dc211c6b 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 ^ >> "./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\9.5\bin\createdb.exe" test +"C:\Program Files\PostgreSQL\10\bin\createdb.exe" test if %errorlevel% neq 0 exit /b 3 rem prepare for ext/openssl