Skip to content

Commit df1a7fb

Browse files
committed
Fix appveyor build
1 parent 869794a commit df1a7fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- ps: Set-Service wuauserv -StartupType Manual
1414
- cinst -y php composer
1515
- refreshenv
16-
- cd c:\tools\php73
16+
- cd c:\tools\php74
1717
- copy php.ini-production php.ini /Y
1818
- echo date.timezone="UTC" >> php.ini
1919
- echo extension_dir=ext >> php.ini
@@ -22,7 +22,8 @@ install:
2222
- echo extension=php_intl.dll >> php.ini
2323
- echo memory_limit=1G >> php.ini
2424
- cd %APPVEYOR_BUILD_FOLDER%
25-
- composer install --no-progress --no-suggest
25+
- composer install --no-progress --no-suggest --no-progress --prefer-dist
26+
- composer show
2627

2728
test_script:
2829
- cd %APPVEYOR_BUILD_FOLDER%

0 commit comments

Comments
 (0)