]> granicus.if.org Git - php/commitdiff
Revert to Postgres 9.6, AppVeyor seems to have issues with 10
authorAnatol Belski <ab@php.net>
Fri, 22 Dec 2017 22:38:04 +0000 (23:38 +0100)
committerAnatol Belski <ab@php.net>
Fri, 22 Dec 2017 22:38:04 +0000 (23:38 +0100)
.appveyor.yml
appveyor/test_task.bat

index f04853de9b3ce71dd57e17a7a57f0f35f6a427ae..0d312ca8baac6c3da9ba16cfeb525f33922b08d3 100644 (file)
@@ -42,7 +42,7 @@ environment:
 services:
         # the setup scripts have to be touched, once some other db version is used
         - mysql
-        - postgresql10
+        - postgresql96
 
 platform:
         - x64
index d6dc211c6b613a9ff4c7597eacf316ac1d87cda4..a420c969b73a132c1fd240e8ff747e81590bf40f 100644 (file)
@@ -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