Skip to content

Commit 0d49654

Browse files
committed
Force install PHP on AppVeyor
1 parent 5b995c5 commit 0d49654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ init:
3333
## Install PHP and composer, and run the appropriate composer command
3434
install:
3535
- IF EXIST c:\tools\php (SET PHP=0)
36-
- ps: appveyor-retry cinst -y php --ignore-checksums --version ((choco search php --exact --all-versions -r | select-string -pattern $Env:php_ver_target | Select-Object -first 1) -replace '[php|]','')
36+
- ps: appveyor-retry cinst --force -y php --ignore-checksums --version ((choco search php --exact --all-versions -r | select-string -pattern $Env:php_ver_target | Select-Object -first 1) -replace '[php|]','')
3737
- cd c:\tools\php
3838
- IF %PHP%==1 copy php.ini-production php.ini /Y
3939
- IF %PHP%==1 echo date.timezone="UTC" >> php.ini

0 commit comments

Comments
 (0)