Skip to content

Commit b7b3d50

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: quick fix for the base branch version parsing, not perfect still
2 parents db19cb2 + 2ca5aa9 commit b7b3d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/build_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd /D %APPVEYOR_BUILD_FOLDER%
1111
if %errorlevel% neq 0 exit /b 3
1212

1313
if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
14-
set BRANCH=%APPVEYOR_REPO_BRANCH:~4%
14+
set BRANCH=%APPVEYOR_REPO_BRANCH:~4,3%
1515
set STABILITY=stable
1616
) else (
1717
set BRANCH=master

0 commit comments

Comments
 (0)