Skip to content

Commit c4ffeda

Browse files
author
Florian Eckerstorfer
committed
Merge branch 'master' into join
* master: Fix path Update PHP version Update AppVeyor config file
2 parents e01a36a + 82c4dd6 commit c4ffeda

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ cache:
77
- '%LOCALAPPDATA%\Composer\files'
88

99
init:
10-
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php71;%PATH%
10+
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php72;%PATH%
1111

1212
environment:
1313
matrix:
1414
- COMPOSER_FLAGS: ""
1515

1616
install:
17-
- ps: Set-Service wuauserv -StartupType Manual
1817
- cinst -y OpenSSL.Light
18+
- sc config wuauserv start= auto
19+
- net start wuauserv
1920
- cinst -y php
20-
- cd c:\tools\php71
21+
- cd c:\tools\php72
2122
- copy php.ini-production php.ini /Y
2223
- echo date.timezone="UTC" >> php.ini
2324
- echo extension_dir=ext >> php.ini

0 commit comments

Comments
 (0)