Skip to content

Commit 130a2cd

Browse files
committed
Update the php-sdk-binary-tools to php-sdk-2.3.0
The Windows CI of the `PHP-8.1` 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>
1 parent a87ccc7 commit 130a2cd

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
@@ -656,7 +656,7 @@ jobs:
656656
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
657657
PHP_BUILD_OBJ_DIR: C:\obj
658658
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
659-
PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0
659+
PHP_BUILD_SDK_BRANCH: php-sdk-2.3.0
660660
PHP_BUILD_CRT: vs16
661661
PLATFORM: ${{ matrix.x64 && 'x64' || 'x86' }}
662662
THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
136136
PHP_BUILD_OBJ_DIR: C:\obj
137137
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
138-
PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0
138+
PHP_BUILD_SDK_BRANCH: php-sdk-2.3.0
139139
PHP_BUILD_CRT: vs16
140140
PLATFORM: x64
141141
THREAD_SAFE: "1"

0 commit comments

Comments
 (0)