Skip to content

Commit 9cafc33

Browse files
committed
Revert to Postgres 9.6, AppVeyor seems to have issues with 10
1 parent 7b47b72 commit 9cafc33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ environment:
4242
services:
4343
# the setup scripts have to be touched, once some other db version is used
4444
- mysql
45-
- postgresql10
45+
- postgresql96
4646

4747
platform:
4848
- x64

appveyor/test_task.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set PGPASSWORD=Password12!
3737
rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!
3838
echo ^<?php $conn_str = "host=127.0.0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%"; ?^> >> "./ext/pgsql/tests/config.inc"
3939
set PDO_PGSQL_TEST_DSN=pgsql:host=127.0.0.1 port=5432 dbname=test user=%PGUSER% password=%PGPASSWORD%
40-
"C:\Program Files\PostgreSQL\10\bin\createdb.exe" test
40+
"C:\Program Files\PostgreSQL\9.6\bin\createdb.exe" test
4141
if %errorlevel% neq 0 exit /b 3
4242

4343
rem prepare for ext/openssl

0 commit comments

Comments
 (0)