summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-08-30 17:38:51 +0200
committerAnatol Belski <ab@php.net>2018-08-30 17:38:51 +0200
commit58339f37e5cf8e3d0dbaab925fd4a545cae2221e (patch)
tree9c506a9628a03afc65283080ba4da25a241c4de9 /appveyor
parent6e703c957ebd939b8d5f0693b0fd3894e385617e (diff)
downloadphp-git-58339f37e5cf8e3d0dbaab925fd4a545cae2221e.tar.gz
Switch to staging series on AppVeyor
Diffstat (limited to 'appveyor')
-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 3e464f6a02..869340401d 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=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%