Skip to content

Commit

Permalink
CI: prepare for PHP-8.4 (php#16036)
Browse files Browse the repository at this point in the history
  • Loading branch information
SakiTakamachi authored Sep 25, 2024
1 parent 2448a01 commit ae505db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/windows/find-target-branch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
for /f "usebackq tokens=3" %%i in (`findstr PHP_MAJOR_VERSION main\php_version.h`) do set BRANCH=%%i
for /f "usebackq tokens=3" %%i in (`findstr PHP_MINOR_VERSION main\php_version.h`) do set BRANCH=%BRANCH%.%%i

if /i "%BRANCH%" equ "8.4" (
if /i "%BRANCH%" equ "8.5" (
set BRANCH=master
)

0 comments on commit ae505db

Please sign in to comment.