Skip to content

Commit 046ffa2

Browse files
committed
[skip ci] Restrict Windows+Clang build to PHP 8.6
1 parent d60e7a1 commit 046ffa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function select_jobs($repository, $trigger, $nightly, $labels, $php_version, $re
148148
if ($all_variations) {
149149
$matrix[] = ['asan' => true, 'opcache' => true, 'x64' => true, 'zts' => true];
150150
$matrix[] = ['asan' => false, 'opcache' => false, 'x64' => false, 'zts' => false];
151-
if (version_compare($php_version, '8.5', '>=')) {
151+
if (version_compare($php_version, '8.6', '>=')) {
152152
$matrix[] = ['asan' => false, 'opcache' => true, 'x64' => true, 'zts' => true, 'clang' => true];
153153
}
154154
}

0 commit comments

Comments
 (0)