Skip to content

Commit e9a8892

Browse files
committed
[skip ci] Fix config param for variation build
1 parent e81b6bf commit e9a8892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/nightly_matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function get_matrix_include(array $branches) {
6666
'branch' => $branch,
6767
'debug' => true,
6868
'zts' => true,
69-
'run_tests_parameters' => "CFLAGS='-DZEND_RC_DEBUG=1 -DPROFITABILITY_CHECKS=0 -DZEND_VERIFY_FUNC_INFO=1'",
69+
'configuration_parameters' => "CFLAGS='-DZEND_RC_DEBUG=1 -DPROFITABILITY_CHECKS=0 -DZEND_VERIFY_FUNC_INFO=1'",
7070
];
7171
}
7272
}

0 commit comments

Comments
 (0)