Skip to content

Commit ea43822

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [skip ci] Restrict Windows+Clang build to PHP 8.6
2 parents eafc267 + 67437bc commit ea43822

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)