File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ environment:
42
42
services :
43
43
# the setup scripts have to be touched, once some other db version is used
44
44
- mysql
45
- - postgresql10
45
+ - postgresql96
46
46
47
47
platform :
48
48
- x64
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\10 \bin\createdb.exe" test
40
+ " C:\Program Files\PostgreSQL\9.6 \bin\createdb.exe" test
41
41
if %errorlevel% neq 0 exit /b 3
42
42
43
43
rem prepare for ext/openssl
You can’t perform that action at this time.
0 commit comments