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 0b553a4 commit c09b142Copy full SHA for c09b142
.github/files/generate-ci-matrix.php
@@ -121,6 +121,7 @@
121
$matrix[] = array(
122
'name' => 'Code coverage',
123
'script' => 'test-coverage',
124
+ 'php' => '8.2', // @todo: bump this to PHP 8.4 after working out all its quirks
125
'wp' => 'latest',
126
'timeout' => 40, // 2024-11-12: Successful runs seem to take ~14 minutes.
127
);
0 commit comments