1
0
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:
Ilija Tovilo
2022-09-27 23:29:29 +02:00

View File

@@ -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,