Skip to content

Commit 5b8bfbc

Browse files
committed
Test 8.1
1 parent 0c6fd1b commit 5b8bfbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/nightly_matrix.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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]],
8-
['ref' => 'PHP-8.2', 'version' => [8, 2]],
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]],
8+
// ['ref' => 'PHP-8.2', 'version' => [8, 2]],
99
['ref' => 'PHP-8.1', 'version' => [8, 1]],
1010
];
1111

0 commit comments

Comments
 (0)