Skip to content

Commit

Permalink
Merge pull request #11 from loilo/php71-eol
Browse files Browse the repository at this point in the history
Get PHP 7.1 from the archive
  • Loading branch information
sergeyklay authored Mar 11, 2020
2 parents 6e6f3d5 + 61d981c commit af106c1
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 af106c1

Please sign in to comment.