Skip to content

Commit 587c9ca

Browse files
committed
Build - Try again
1 parent e5f81a3 commit 587c9ca

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.appveyor.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,15 @@ install:
4848
- IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
4949
- IF %PHP%==1 php -r "readfile('http://getcomposer.org/installer');" | php
5050
- cd C:\projects\filesystem
51-
- appveyor-retry composer update --prefer-stable --no-progress --ignore-platform-req=php
51+
- ps: >-
52+
If ($env:php_ver_target -ne "8.0.0") {
53+
appveyor-retry composer update --prefer-stable --no-progress
54+
}
55+
- ps: >-
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+
5260
5361
test_script:
5462
- cd C:\projects\filesystem

0 commit comments

Comments
 (0)