Commit 95c29bbb279 for php.net
commit 95c29bbb2794b3390d8ca3cf5a87c231fed07785
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