Skip to content

Commit 2a8b3ef

Browse files
committed
cheat: try to run windows test suite only
1 parent af77880 commit 2a8b3ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/matrix.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ function select_jobs($repository, $trigger, $nightly, $labels, $php_version, $re
187187
foreach ($branches as &$branch) {
188188
$php_version = $branch['version'][0] . '.' . $branch['version'][1];
189189
$branch['jobs'] = select_jobs($repository, $trigger, $nightly, $labels, $php_version, $branch['ref'], $all_variations);
190+
$branch['jobs'] = ['WINDOWS' => $branch['jobs']['WINDOWS']];
190191
$branch['config']['ubuntu_version'] = version_compare($php_version, '8.5', '>=') ? '24.04' : '22.04';
191192
}
192193

0 commit comments

Comments
 (0)