Skip to content

Commit 77dc29d

Browse files
committed
Use latest version of php 7.2 in appveyor
1 parent 04eed9e commit 77dc29d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
environment:
@@ -13,8 +13,8 @@ environment:
1313
install:
1414
- ps: Set-Service wuauserv -StartupType Manual
1515
- cinst -y OpenSSL.Light
16-
- cinst -y php --version 7.1.13
17-
- cd c:\tools\php71
16+
- cinst -y php --version 7.2.15
17+
- cd c:\tools\php72
1818
- copy php.ini-production php.ini
1919
- echo date.timezone="UTC" >> php.ini
2020
- echo extension=php_curl.dll >> php.ini

0 commit comments

Comments
 (0)