summaryrefslogtreecommitdiff
path: root/appveyor/build_task.bat
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor/build_task.bat')
-rw-r--r--appveyor/build_task.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index 869340401d..3e464f6a02 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -19,7 +19,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
) else (
set BRANCH=master
)
-set STABILITY=staging
+set STABILITY=stable
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%