We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341d54c commit 9ce9c11Copy full SHA for 9ce9c11
.github/scripts/windows/find-target-branch.bat
@@ -3,6 +3,6 @@
3
for /f "usebackq tokens=3" %%i in (`findstr PHP_MAJOR_VERSION main\php_version.h`) do set BRANCH=%%i
4
for /f "usebackq tokens=3" %%i in (`findstr PHP_MINOR_VERSION main\php_version.h`) do set BRANCH=%BRANCH%.%%i
5
6
-if /i "%BRANCH%" equ "8.3" (
+if /i "%BRANCH%" equ "8.4" (
7
set BRANCH=master
8
)
0 commit comments