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 f6a05e0 commit 5c5b162Copy full SHA for 5c5b162
.github/nightly_matrix.php
@@ -1,7 +1,8 @@
1
<?php
2
3
const BRANCHES = [
4
- ['name' => 'master', 'ref' => 'master', 'version' => ['major' => 8, 'minor' => 4]],
+ ['name' => 'master', 'ref' => 'master', 'version' => ['major' => 8, 'minor' => 5]],
5
+ ['name' => 'PHP-8.4', 'ref' => 'PHP-8.4', 'version' => ['major' => 8, 'minor' => 4]],
6
['name' => 'PHP-8.3', 'ref' => 'PHP-8.3', 'version' => ['major' => 8, 'minor' => 3]],
7
['name' => 'PHP-8.2', 'ref' => 'PHP-8.2', 'version' => ['major' => 8, 'minor' => 2]],
8
['name' => 'PHP-8.1', 'ref' => 'PHP-8.1', 'version' => ['major' => 8, 'minor' => 1]],
0 commit comments