Browse Source
[skip ci] Add 8.6 to nightly_matrix.php
pull/19982/head
Ilija Tovilo
4 weeks ago
No known key found for this signature in database
GPG Key ID: 115CEA7A713E12E9
1 changed files with
2 additions and
1 deletions
-
.github/nightly_matrix.php
|
|
@ -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]], |
|
|
|