From e9a88921368bb685639c900cddd8ee62964cc1e7 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 5 Oct 2022 22:14:42 +0200 Subject: [PATCH] [skip ci] Fix config param for variation build --- .github/nightly_matrix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/nightly_matrix.php b/.github/nightly_matrix.php index 32fa2e4cd3f..18c4ef9caf8 100644 --- a/.github/nightly_matrix.php +++ b/.github/nightly_matrix.php @@ -66,7 +66,7 @@ function get_matrix_include(array $branches) { 'branch' => $branch, 'debug' => true, 'zts' => true, - 'run_tests_parameters' => "CFLAGS='-DZEND_RC_DEBUG=1 -DPROFITABILITY_CHECKS=0 -DZEND_VERIFY_FUNC_INFO=1'", + 'configuration_parameters' => "CFLAGS='-DZEND_RC_DEBUG=1 -DPROFITABILITY_CHECKS=0 -DZEND_VERIFY_FUNC_INFO=1'", ]; } }