mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [skip ci] Add 8.6 to nightly_matrix.php
This commit is contained in:
3
.github/nightly_matrix.php
vendored
3
.github/nightly_matrix.php
vendored
@@ -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]],
|
||||
|
||||
Reference in New Issue
Block a user