Skip to content

Commit c85d62d

Browse files
committed
Fix indent
1 parent 889f7c8 commit c85d62d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282

8383
// todo: move to the main matrix once WP latest is compatible with PHP 8.5.
8484
$matrix[] = array(
85-
'name' => 'PHP tests: PHP 8.5 WP trunk',
86-
'script' => 'test-php',
87-
'php' => '8.5',
88-
'wp' => 'trunk',
89-
'timeout' => 20,
85+
'name' => 'PHP tests: PHP 8.5 WP trunk',
86+
'script' => 'test-php',
87+
'php' => '8.5',
88+
'wp' => 'trunk',
89+
'timeout' => 20,
9090
'force-package-tests' => true,
9191
);
9292

0 commit comments

Comments
 (0)