Skip to content

Commit

Permalink
Get PHP 7.1 from the archive
Browse files Browse the repository at this point in the history
  • Loading branch information
loilo committed Mar 10, 2020
1 parent 6e6f3d5 commit 61d981c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php-appveyor.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function InstallPhp {
Write-Debug "Install PHP v${FullVersion}"

$ReleasesPart = "releases"
if ([System.Convert]::ToDecimal($Version) -lt 7.1) {
if ([System.Convert]::ToDecimal($Version) -lt 7.2) {
$ReleasesPart = "releases/archives"
}

Expand Down Expand Up @@ -92,7 +92,7 @@ function InstallPhpDevPack {
Write-Debug "Install PHP Dev for PHP v${Version}"

$ReleasesPart = "releases"
if ([System.Convert]::ToDecimal($PhpVersion) -lt 7.1) {
if ([System.Convert]::ToDecimal($PhpVersion) -lt 7.2) {
$ReleasesPart = "releases/archives"
}

Expand Down

0 comments on commit 61d981c

Please sign in to comment.