Skip to content

Commit 4ce37ec

Browse files
committed
Test only 8.5 and 8.6 Nightly
1 parent 5e8d0d0 commit 4ce37ec

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
@@ -3,10 +3,10 @@
33
const BRANCHES = [
44
['ref' => 'master', 'version' => [8, 6]],
55
['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]],
9-
['ref' => 'PHP-8.1', 'version' => [8, 1]],
6+
// ['ref' => 'PHP-8.4', 'version' => [8, 4]],
7+
// ['ref' => 'PHP-8.3', 'version' => [8, 3]],
8+
// ['ref' => 'PHP-8.2', 'version' => [8, 2]],
9+
// ['ref' => 'PHP-8.1', 'version' => [8, 1]],
1010
];
1111

1212
function get_branch_commit_cache_file_path(): string {

0 commit comments

Comments
 (0)