mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
CI: prepare for PHP-8.4 (#16036)
This commit is contained in:
parent
2448a01a55
commit
ae505db0c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue