There was an error while loading. Please reload this page.
2 parents 07dfe42 + d2d39ed commit c1b251fCopy full SHA for c1b251f
1 file changed
.github/workflows/test-suite.yml
@@ -852,7 +852,7 @@ jobs:
852
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
853
PHP_BUILD_OBJ_DIR: C:\obj
854
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
855
- PHP_BUILD_SDK_BRANCH: php-sdk-2.7.1
+ PHP_BUILD_SDK_BRANCH: php-sdk-2.8.2
856
PHP_BUILD_CRT: ${{ fromJson(inputs.branch).jobs.WINDOWS.config.vs_crt_version }}
857
PLATFORM: ${{ matrix.x64 && 'x64' || 'x86' }}
858
THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"
0 commit comments