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 af77880 commit 2a8b3efCopy full SHA for 2a8b3ef
1 file changed
.github/matrix.php
@@ -187,6 +187,7 @@ function select_jobs($repository, $trigger, $nightly, $labels, $php_version, $re
187
foreach ($branches as &$branch) {
188
$php_version = $branch['version'][0] . '.' . $branch['version'][1];
189
$branch['jobs'] = select_jobs($repository, $trigger, $nightly, $labels, $php_version, $branch['ref'], $all_variations);
190
+ $branch['jobs'] = ['WINDOWS' => $branch['jobs']['WINDOWS']];
191
$branch['config']['ubuntu_version'] = version_compare($php_version, '8.5', '>=') ? '24.04' : '22.04';
192
}
193
0 commit comments