1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

CI: prepare for PHP-8.4 (#16036)

This commit is contained in:
Saki Takamachi
2024-09-25 22:57:59 +09:00
committed by GitHub
parent 2448a01a55
commit ae505db0c9

View File

@@ -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
)