Skip to content

Commit 3efe965

Browse files
committed
Update appveyor config for PHP 7.2
1 parent 7b101c0 commit 3efe965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
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\php71;%PATH%
7+
- SET PATH=C:\Program Files\OpenSSL;C:\tools\php72;%PATH%
88
- SET COMPOSER_NO_INTERACTION=1
99

1010
install:
1111
- ps: Set-Service wuauserv -StartupType Manual
1212
- cinst -y OpenSSL.Light
1313
- cinst -y php
14-
- cd c:\tools\php71
14+
- cd c:\tools\php72
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)