Skip to content

Commit c09b142

Browse files
committed
Do coverage on PHP 8.2
1 parent 0b553a4 commit c09b142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/files/generate-ci-matrix.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
$matrix[] = array(
122122
'name' => 'Code coverage',
123123
'script' => 'test-coverage',
124+
'php' => '8.2', // @todo: bump this to PHP 8.4 after working out all its quirks
124125
'wp' => 'latest',
125126
'timeout' => 40, // 2024-11-12: Successful runs seem to take ~14 minutes.
126127
);

0 commit comments

Comments
 (0)