Skip to content

Commit 475cf2c

Browse files
committed
Test failing
1 parent 1f4bf5d commit 475cf2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/nightly_matrix.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22

33
const BRANCHES = [
4-
['ref' => 'master', 'version' => [8, 6]],
5-
['ref' => 'PHP-8.5', 'version' => [8, 5]],
6-
['ref' => 'PHP-8.4', 'version' => [8, 4]],
7-
['ref' => 'PHP-8.3', 'version' => [8, 3]],
4+
// ['ref' => 'master', 'version' => [8, 6]],
5+
// ['ref' => 'PHP-8.5', 'version' => [8, 5]],
6+
// ['ref' => 'PHP-8.4', 'version' => [8, 4]],
7+
// ['ref' => 'PHP-8.3', 'version' => [8, 3]],
88
['ref' => 'PHP-8.2', 'version' => [8, 2]],
99
['ref' => 'PHP-8.1', 'version' => [8, 1]],
1010
];

0 commit comments

Comments
 (0)