Skip to content

Commit ae505db

Browse files
CI: prepare for PHP-8.4 (#16036)
1 parent 2448a01 commit ae505db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/find-target-branch.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
for /f "usebackq tokens=3" %%i in (`findstr PHP_MAJOR_VERSION main\php_version.h`) do set BRANCH=%%i
44
for /f "usebackq tokens=3" %%i in (`findstr PHP_MINOR_VERSION main\php_version.h`) do set BRANCH=%BRANCH%.%%i
55

6-
if /i "%BRANCH%" equ "8.4" (
6+
if /i "%BRANCH%" equ "8.5" (
77
set BRANCH=master
88
)

0 commit comments

Comments
 (0)