There was an error while loading. Please reload this page.
1 parent 9d77c7c commit 1c3d0f7Copy full SHA for 1c3d0f7
.appveyor.yml
@@ -48,8 +48,11 @@ install:
48
- IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
49
- IF %PHP%==1 php -r "readfile('http://getcomposer.org/installer');" | php
50
- cd C:\projects\filesystem
51
- - IF ($env:php_ver_target -ne "8.0.0") appveyor-retry composer update --prefer-stable --no-progress
52
- - IF ($env:php_ver_target -eq "8.0.0") appveyor-retry composer update --prefer-stable --no-progress --ignore-platform-req=php
+ - If %$env:php_ver_target%=="8.0.0") {
+ appveyor-retry composer update --prefer-stable --no-progress
53
+ } Else {
54
+ appveyor-retry composer update --prefer-stable --no-progress --ignore-platform-req=php
55
+ }
56
57
test_script:
58
0 commit comments