summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-08-18 20:04:19 +0200
committerAnatol Belski <ab@php.net>2018-08-18 20:04:19 +0200
commitb0da1745be1370ff046da407cb3ec925aed645f5 (patch)
tree6ecc5f5496b5300a651afe3c9662b0ea2c98715f /appveyor
parent41d2102c776f03a725a2a9bf13bb0bcf7e3025cd (diff)
downloadphp-git-b0da1745be1370ff046da407cb3ec925aed645f5.tar.gz
Use stable deps on AppVeyor for now
as long as the latest image is not synced with VC++ 15.8
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 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%