We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa5adb commit 958955eCopy full SHA for 958955e
.github/nightly_matrix.php
@@ -53,7 +53,7 @@ function get_matrix_include(array $branches) {
53
'configuration_parameters' => "CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC' LDFLAGS='-fsanitize=undefined,address'",
54
'run_tests_parameters' => '--asan',
55
];
56
- if ($branch !== 'PHP-8.0') {
+ if ($branch['ref'] !== 'PHP-8.0') {
57
$jobs[] = [
58
'name' => '_REPEAT',
59
'branch' => $branch,
0 commit comments