Commit 436cccbd982 for php

commit 436cccbd982ba56da8798bc389dcaa400ba35eb2
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Fri Sep 25 14:50:40 2026 +0200

    [skip ci] Sync .github files

    These files should be congruent across branches.

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/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