Skip to content

Commit 113d082

Browse files
committed
Optimized code for step Swoole
1 parent a7b0680 commit 113d082

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
php-version: ${{ matrix.php-version }}
2828
tools: phpize
29-
ini-values: opcache.enable_cli=1
29+
ini-values: opcache.enable_cli=1, swoole.use_shortname='Off'
3030
coverage: none
3131
- name: Setup Swoole
3232
if: ${{ matrix.engine == 'swoole' }}
@@ -41,7 +41,6 @@ jobs:
4141
make -j$(nproc)
4242
sudo make install
4343
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"
4544
php --ri swoole
4645
- name: Setup Swow
4746
if: ${{ matrix.engine == 'swow' }}

0 commit comments

Comments
 (0)