We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b0680 commit 113d082Copy full SHA for 113d082
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
php-version: ${{ matrix.php-version }}
28
tools: phpize
29
- ini-values: opcache.enable_cli=1
+ ini-values: opcache.enable_cli=1, swoole.use_shortname='Off'
30
coverage: none
31
- name: Setup Swoole
32
if: ${{ matrix.engine == 'swoole' }}
@@ -41,7 +41,6 @@ jobs:
41
make -j$(nproc)
42
sudo make install
43
sudo sh -c "echo extension=swoole > /etc/php/${{ matrix.php-version }}/cli/conf.d/swoole.ini"
44
- sudo sh -c "echo swoole.use_shortname='Off' >> /etc/php/${{ matrix.php-version }}/cli/conf.d/swoole.ini"
45
php --ri swoole
46
- name: Setup Swow
47
if: ${{ matrix.engine == 'swow' }}
0 commit comments