Skip to content

Commit d9d8237

Browse files
committed
Update Windows CI to use php-sdk-2.3.0
php-sdk-2.2.0 still fetches dependencies from the no longer up to date <https://windows.php.net/downloads/php-sdk/deps/>, and as such won't be tested with any security updates we provide for Windows. Given that PHP 8.1 is going to receive security updates for further 15 months, we should should not ignore these dependency updates. Closes GH-16097.
1 parent 5f3e6e3 commit d9d8237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)