Skip to content

Commit 916d88c

Browse files
committed
Upgrade php-sdk version
1 parent 2ca55cb commit 916d88c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/BuildPhpExtension/private/Get-PhpSdk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Get-PhpSdk {
77
param (
88
)
99
begin {
10-
$sdkVersion = "2.4.0"
10+
$sdkVersion = "2.5.0"
1111
$url = "https://github.com/php/php-sdk-binary-tools/archive/php-sdk-$sdkVersion.zip"
1212
}
1313
process {

php/BuildPhp/private/Get-PhpSdk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Get-PhpSdk {
77
param (
88
)
99
begin {
10-
$sdkVersion = "2.4.0"
10+
$sdkVersion = "2.5.0"
1111
$url = "https://github.com/php/php-sdk-binary-tools/archive/php-sdk-$sdkVersion.zip"
1212
}
1313
process {

0 commit comments

Comments
 (0)