We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc93300 + 93a9a9b commit 94172b0Copy full SHA for 94172b0
.github/workflows/nightly.yml
@@ -860,7 +860,7 @@ jobs:
860
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
861
PHP_BUILD_OBJ_DIR: C:\obj
862
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
863
- PHP_BUILD_SDK_BRANCH: php-sdk-2.2.0
+ PHP_BUILD_SDK_BRANCH: php-sdk-2.3.0
864
PHP_BUILD_CRT: vs16
865
PLATFORM: ${{ matrix.x64 && 'x64' || 'x86' }}
866
THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"
.github/workflows/push.yml
@@ -222,7 +222,7 @@ jobs:
222
223
224
225
226
227
PLATFORM: x64
228
THREAD_SAFE: "1"
0 commit comments