diff --git a/.github/workflows/build_22.04.yml b/.github/workflows/build_22.04.yml index 48de75d7..16d96006 100644 --- a/.github/workflows/build_22.04.yml +++ b/.github/workflows/build_22.04.yml @@ -64,5 +64,7 @@ jobs: env: PHP_SRC_VERSION: ${{ matrix.php_version }} run: | + sudo cp .github/ngx-php/php/99-xdebug.ini /etc/php/${PHP_SRC_VERSION}/embed/conf.d/ + sudo cp .github/ngx-php/php/99-xdebug.ini /etc/php/${PHP_SRC_VERSION}/cli/conf.d/ sudo sed -i "s|opcache.jit=off|opcache.jit=tracing|g" /etc/php/${PHP_SRC_VERSION}/embed/conf.d/10-opcache.ini ./.github/ngx-php/test.sh