We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca55cb commit 916d88cCopy full SHA for 916d88c
extension/BuildPhpExtension/private/Get-PhpSdk.ps1
@@ -7,7 +7,7 @@ function Get-PhpSdk {
7
param (
8
)
9
begin {
10
- $sdkVersion = "2.4.0"
+ $sdkVersion = "2.5.0"
11
$url = "https://github.com/php/php-sdk-binary-tools/archive/php-sdk-$sdkVersion.zip"
12
}
13
process {
php/BuildPhp/private/Get-PhpSdk.ps1
0 commit comments