Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Use preset php target version
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic committed Apr 24, 2017
1 parent aab1904 commit 9035df0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -42,8 +42,7 @@ install:
# Install xdebug
- ps: |
$client = New-Object System.Net.WebClient
$phpMinorVersion = $env:PHP_VERSION -replace '\.\d+$'
$xdebugUrl = "https://xdebug.org/files/php_xdebug-$env:XDEBUG_VERSION-$phpMinorVersion-vc14-nts.dll"
$xdebugUrl = "https://xdebug.org/files/php_xdebug-$env:XDEBUG_VERSION-$env:php_ver_target-vc14-nts.dll"
Write-Output "Downloading $xdebugUrl"
$xdebugPath = Join-Path $PWD 'ext\xdebug.dll'
$client.DownloadFile($xdebugUrl, $xdebugPath)
Expand Down

0 comments on commit 9035df0

Please sign in to comment.