Skip to content

Commit

Permalink
Revert to Postgres 9.6, AppVeyor seems to have issues with 10
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Dec 22, 2017
1 parent 7b47b72 commit 9cafc33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor/test_task.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cafc33

Please sign in to comment.