Browse Source

[skip ci] Add 8.6 to nightly_matrix.php

pull/19982/head
Ilija Tovilo 4 weeks ago
parent
commit
197921a8aa
No known key found for this signature in database GPG Key ID: 115CEA7A713E12E9
  1. 3
      .github/nightly_matrix.php

3
.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]],

Loading…
Cancel
Save