Skip to content

Commit 93a9a9b

Browse files
committed
Update the php-sdk-binary-tools to php-sdk-2.3.0
The Windows CI of the `PHP-8.2` to `PHP-8.3` branches still use the `php-sdk-2.2.0` which is almost five years old, and does not fetch the updated dependencies from https://downloads.php.net/~windows. The `master` branch CI uses `php_downloads_server_migration_v1`, which has been superseded a few months ago[1]. So switching to the `php-sdk-2.3.0` makes sense there, too. [1] <php/php-sdk-binary-tools@19c8ccb> Closes GH-14991.
1 parent 355baf9 commit 93a9a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ jobs:
657657
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
658658
PHP_BUILD_OBJ_DIR: C:\obj
659659
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
660-
PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0
660+
PHP_BUILD_SDK_BRANCH: php-sdk-2.3.0
661661
PHP_BUILD_CRT: vs16
662662
PLATFORM: ${{ matrix.x64 && 'x64' || 'x86' }}
663663
THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
183183
PHP_BUILD_OBJ_DIR: C:\obj
184184
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
185-
PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0
185+
PHP_BUILD_SDK_BRANCH: php-sdk-2.3.0
186186
PHP_BUILD_CRT: vs16
187187
PLATFORM: x64
188188
THREAD_SAFE: "1"

0 commit comments

Comments
 (0)