We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d616db commit 0f04f27Copy full SHA for 0f04f27
.github/nightly_matrix.php
@@ -5,8 +5,8 @@
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]],
9
- ['ref' => 'PHP-8.1', 'version' => [8, 1]],
+ // ['ref' => 'PHP-8.2', 'version' => [8, 2]],
+ // ['ref' => 'PHP-8.1', 'version' => [8, 1]],
10
];
11
12
function get_branch_commit_cache_file_path(): string {
0 commit comments