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

Merge branch 'PHP-8.5'

* PHP-8.5:
  [skip ci] Add 8.6 to nightly_matrix.php
This commit is contained in:
Ilija Tovilo
2025-09-23 23:43:28 +02:00

View File

@@ -1,7 +1,8 @@
<?php
const BRANCHES = [
['ref' => 'master', 'version' => [8, 5]],
['ref' => 'master', 'version' => [8, 6]],
['ref' => 'PHP-8.5', 'version' => [8, 5]],
['ref' => 'PHP-8.4', 'version' => [8, 4]],
['ref' => 'PHP-8.3', 'version' => [8, 3]],
['ref' => 'PHP-8.2', 'version' => [8, 2]],