Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Switch to staging series on AppVeyor
This commit is contained in:
Anatol Belski 2018-08-30 17:39:39 +02:00
commit 09ea23f7d6

View file

@ -19,7 +19,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
) else (
set BRANCH=master
)
set STABILITY=stable
set STABILITY=staging
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
rem SDK is cached, deps info is cached as well
echo Updating dependencies in %DEPS_DIR%