From: Anatol Belski Date: Thu, 29 Mar 2018 16:31:17 +0000 (+0200) Subject: Switch to PostgreSQL 10 for AppVeyor tests X-Git-Tag: php-7.3.0alpha1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc7b4b7e520dda66092dd9e4dc1de8944a082d75;p=php Switch to PostgreSQL 10 for AppVeyor tests --- diff --git a/.appveyor.yml b/.appveyor.yml index 6e9bf68312..6c6f84825e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -43,7 +43,7 @@ environment: services: # the setup scripts have to be touched, once some other db version is used - mysql - - postgresql96 + - postgresql101 - mssql2017 platform: diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index 2592da5c5e..49a0b2dcfe 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.6\bin\createdb.exe" test +"C:\Program Files\PostgreSQL\10\bin\createdb.exe" test if %errorlevel% neq 0 exit /b 3 rem setup ODBC related exts