diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a829c9..0a922f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: with: php-version: ${{ matrix.php-version }} tools: phpize - ini-values: opcache.enable_cli=1 + ini-values: opcache.enable_cli=1, swoole.use_shortname='Off' coverage: none - name: Setup Swoole if: ${{ matrix.engine == 'swoole' }} @@ -41,7 +41,6 @@ jobs: make -j$(nproc) sudo make install sudo sh -c "echo extension=swoole > /etc/php/${{ matrix.php-version }}/cli/conf.d/swoole.ini" - sudo sh -c "echo swoole.use_shortname='Off' >> /etc/php/${{ matrix.php-version }}/cli/conf.d/swoole.ini" php --ri swoole - name: Setup Swow if: ${{ matrix.engine == 'swow' }}