summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-08-18 20:05:51 +0200
committerAnatol Belski <ab@php.net>2018-08-18 20:05:51 +0200
commit97080837790cc67af5b75299a00eb1749b9bd76e (patch)
tree35c10732438d2ac5adb887ba6232e3063de23703 /appveyor
parentbe2447fb7c313663ebb3dfeb8ef639ff0cfb4c13 (diff)
parentb0da1745be1370ff046da407cb3ec925aed645f5 (diff)
downloadphp-git-97080837790cc67af5b75299a00eb1749b9bd76e.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Use stable deps on AppVeyor for now
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 b8db279724..e0564dd7a1 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%