File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ environment:
43
43
services :
44
44
# the setup scripts have to be touched, once some other db version is used
45
45
- mysql
46
- - postgresql96
46
+ - postgresql101
47
47
- mssql2017
48
48
49
49
platform :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ set PGPASSWORD=Password12!
37
37
rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!
38
38
echo ^ < ?php $conn_str = " host=127.0.0.1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD% " ; ?^ > >> " ./ext/pgsql/tests/config.inc"
39
39
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
41
41
if %errorlevel% neq 0 exit /b 3
42
42
43
43
rem setup ODBC related exts
You can’t perform that action at this time.
0 commit comments