Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit ee4d49c

Browse files
committed
Attempting to fix AppVeyor build.
1 parent e86f79a commit ee4d49c

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
@@ -9,14 +9,14 @@ install:
99
- sc config wuauserv start= auto
1010
- net start wuauserv
1111
- cinst -y php
12-
- cd c:\tools\php71
12+
- cd c:\tools\php72
1313
- copy php.ini-production php.ini
1414
- echo date.timezone="UTC" >> php.ini
1515
- echo extension_dir=ext >> php.ini
1616
- echo extension=php_mbstring.dll >> php.ini
1717
- echo extension=php_openssl.dll >> php.ini
1818
- cd C:\projects\eloquent
19-
- SET PATH=C:\tools\php71;%PATH%
19+
- SET PATH=C:\tools\php72;%PATH%
2020
- appveyor-retry php -r "readfile('http://getcomposer.org/installer');" | php
2121
- appveyor-retry php composer.phar install --prefer-source --no-interaction
2222

0 commit comments

Comments
 (0)