mirror of
https://github.com/php/php-src.git
synced 2026-04-04 22:52:40 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Fix PHP-8.0 skipping for some jobs
This commit is contained in:
2
.github/nightly_matrix.php
vendored
2
.github/nightly_matrix.php
vendored
@@ -53,7 +53,7 @@ function get_matrix_include(array $branches) {
|
||||
'configuration_parameters' => "CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC' LDFLAGS='-fsanitize=undefined,address'",
|
||||
'run_tests_parameters' => '--asan',
|
||||
];
|
||||
if ($branch !== 'PHP-8.0') {
|
||||
if ($branch['ref'] !== 'PHP-8.0') {
|
||||
$jobs[] = [
|
||||
'name' => '_REPEAT',
|
||||
'branch' => $branch,
|
||||
|
||||
Reference in New Issue
Block a user