Skip to content

Commit cc7b4b7

Browse files
committed
Switch to PostgreSQL 10 for AppVeyor tests
1 parent c4a2824 commit cc7b4b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ environment:
4343
services:
4444
# the setup scripts have to be touched, once some other db version is used
4545
- mysql
46-
- postgresql96
46+
- postgresql101
4747
- mssql2017
4848

4949
platform:

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
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\9.6\bin\createdb.exe" test
40+
"C:\Program Files\PostgreSQL\10\bin\createdb.exe" test
4141
if %errorlevel% neq 0 exit /b 3
4242

4343
rem setup ODBC related exts

0 commit comments

Comments
 (0)