Skip to content

Commit 4933e84

Browse files
authored
Merge pull request #6711 from greg0ire/4.2.x
Merge 3.9.x up into 4.2.x
2 parents 2a13dd0 + 410de46 commit 4933e84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ install:
7474
$destination = "c:\tools\php\ext\php_pdo_sqlsrv-$($DLLVersion)-$($env:php)-nts-vs16-x64.zip"
7575
Invoke-WebRequest $source -OutFile $destination
7676
7z x -y php_pdo_sqlsrv-$($DLLVersion)-$($env:php)-nts-vs16-x64.zip > $null
77-
$DLLVersion = (Invoke-WebRequest "https://pecl.php.net/rest/r/pcov/stable.txt").Content
77+
78+
# Pin the version until https://github.com/krakjoe/pcov/issues/117 is resolved
79+
$DLLVersion = "1.0.11"
7880
Invoke-WebRequest https://windows.php.net/downloads/pecl/releases/pcov/$($DLLVersion)/php_pcov-$($DLLVersion)-$($env:php)-nts-vs16-$($env:platform).zip -OutFile pcov.zip
7981
7z x -y pcov.zip > $null
8082
Remove-Item c:\tools\php\* -include .zip

0 commit comments

Comments
 (0)