Skip to content

Commit d056a71

Browse files
foxycodedg
authored andcommitted
appveyor: upgrade php to version 7.1 (#116)
1 parent ad89501 commit d056a71

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
@@ -14,8 +14,8 @@ install:
1414
# Install PHP
1515
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
1616
- IF %PHP%==1 cd c:\php
17-
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.6.14-Win32-VC11-x86.zip
18-
- IF %PHP%==1 7z x php-5.6.14-Win32-VC11-x86.zip >nul
17+
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-7.1.0-Win32-VC14-x64.zip
18+
- IF %PHP%==1 7z x php-7.1.0-Win32-VC14-x64.zip >nul
1919
- IF %PHP%==1 echo extension_dir=ext >> php.ini
2020
- IF %PHP%==1 echo extension=php_openssl.dll >> php.ini
2121
- IF %PHP%==1 del /Q *.zip

0 commit comments

Comments
 (0)