Skip to content

Commit ab81f7b

Browse files
committed
fix typo
1 parent 297b9f0 commit ab81f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function select_jobs($repository, $trigger, $nightly, $labels, $php_version, $re
146146
if ($all_jobs || !$no_jobs || $test_windows) {
147147
$matrix = [['asan' => false, 'opcache' => true, 'x64' => true, 'zts' => true]];
148148
if ($all_variations) {
149-
$matrix[] = ['asan' => true, 'opcache' => true, 'x64' => true, 'zts' => true],
149+
$matrix[] = ['asan' => true, 'opcache' => true, 'x64' => true, 'zts' => true];
150150
$matrix[] = ['asan' => false, 'opcache' => false, 'x64' => false, 'zts' => false];
151151
if (version_compare($php_version, '8.5', '>=')) {
152152
$matrix[] = ['asan' => false, 'opcache' => true, 'x64' => true, 'zts' => true, 'clang' => true];

0 commit comments

Comments
 (0)