Commit 57140099605 for php.net

commit 5714009960595640b838853cb038889d66492ae9
Author: Matteo Beccati <mbeccati@php.net>
Date:   Tue Sep 22 14:08:04 2026 +0200

    CI updates after forking 8.6

diff --git a/.github/matrix.php b/.github/matrix.php
index ee9cb4eb05a..87486791cff 100644
--- a/.github/matrix.php
+++ b/.github/matrix.php
@@ -1,7 +1,8 @@
 <?php

 const BRANCHES = [
-    ['name' => 'master', 'ref' => 'master', 'version' => [8, 6]],
+    ['name' => 'master', 'ref' => 'master', 'version' => [8, 7]],
+    ['name' => 'PHP-8.6', 'ref' => 'PHP-8.6', 'version' => [8, 6]],
     ['name' => 'PHP-8.5', 'ref' => 'PHP-8.5', 'version' => [8, 5]],
     ['name' => 'PHP-8.4', 'ref' => 'PHP-8.4', 'version' => [8, 4]],
     ['name' => 'PHP-8.3', 'ref' => 'PHP-8.3', 'version' => [8, 3]],
diff --git a/.github/scripts/windows/find-target-branch.bat b/.github/scripts/windows/find-target-branch.bat
index 44b0bde1ec8..1fd05a720ef 100644
--- a/.github/scripts/windows/find-target-branch.bat
+++ b/.github/scripts/windows/find-target-branch.bat
@@ -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.6" (
+if /i "%BRANCH%" equ "8.7" (
 	set BRANCH=master
 )
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index eafedec5eaf..057ed83eb22 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -18,6 +18,7 @@ on:
       - PHP-8.3
       - PHP-8.4
       - PHP-8.5
+      - PHP-8.6
       - master
   pull_request:
     paths-ignore: *ignore_paths