Skip to content

Commit ba89cc3

Browse files
committed
Use php 7.1 in windows
1 parent 36aaa45 commit ba89cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build: false
44
clone_folder: C:\projects\static-ldp
55

66
init:
7-
- SET PATH=C:\Program Files\OpenSSL;C:\tools\php72;%PATH%
7+
- SET PATH=C:\Program Files\OpenSSL;C:\tools\php71;%PATH%
88
- SET COMPOSER_NO_INTERACTION=1
99

1010
install:
1111
- ps: Set-Service wuauserv -StartupType Manual
1212
- cinst -y OpenSSL.Light
13-
- cinst -y php
14-
- cd c:\tools\php72
13+
- cinst -y php --version 7.1.13
14+
- cd c:\tools\php71
1515
- copy php.ini-production php.ini
1616
- echo date.timezone="UTC" >> php.ini
1717
- echo extension=php_curl.dll >> php.ini

0 commit comments

Comments
 (0)