There was an error while loading. Please reload this page.
1 parent e5f81a3 commit 587c9caCopy full SHA for 587c9ca
.appveyor.yml
@@ -48,7 +48,15 @@ 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
- - appveyor-retry composer update --prefer-stable --no-progress --ignore-platform-req=php
+ - ps: >-
52
+ If ($env:php_ver_target -ne "8.0.0") {
53
+ appveyor-retry composer update --prefer-stable --no-progress
54
+ }
55
56
+ If ($env:php_ver_target -eq "8.0.0") {
57
+ appveyor-retry composer update --prefer-stable --no-progress --ignore-platform-req=php
58
59
+
60
61
test_script:
62
0 commit comments