Skip to content

Commit 958955e

Browse files
committedSep 27, 2022
Fix PHP-8.0 skipping for some jobs
1 parent 0aa5adb commit 958955e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/nightly_matrix.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function get_matrix_include(array $branches) {
5353
'configuration_parameters' => "CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC' LDFLAGS='-fsanitize=undefined,address'",
5454
'run_tests_parameters' => '--asan',
5555
];
56-
if ($branch !== 'PHP-8.0') {
56+
if ($branch['ref'] !== 'PHP-8.0') {
5757
$jobs[] = [
5858
'name' => '_REPEAT',
5959
'branch' => $branch,

0 commit comments

Comments
 (0)