Skip to content

Commit 871b859

Browse files
committed
Fix PHP 8.4 installation on AppVeyor
1 parent 9622710 commit 871b859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ install:
4646
# Check if installation is cached
4747
if (!(Test-Path c:\tools\php)) {
4848
choco upgrade chocolatey
49+
choco install --no-progress -y vcredist140
4950
appveyor-retry choco install --no-progress --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
5051
# install sqlite
5152
appveyor-retry choco install --no-progress -y sqlite

0 commit comments

Comments
 (0)