Skip to content

Commit e77ae8b

Browse files
committed
Only run master
1 parent 62c3f31 commit e77ae8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/nightly_matrix.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
const BRANCHES = [
44
['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]],
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)