Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 5c8b08f

Browse files
committed
Swow does not support 7.2
1 parent 83a3aee commit 5c8b08f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo sh -c "echo extension=swoole > /etc/php/${{ matrix.php-version }}/cli/conf.d/swoole.ini"
4343
php --ri swoole
4444
- name: Setup Swow
45-
if: ${{ matrix.engine == 'swow' }}
45+
if: ${{ matrix.engine == 'swow' && matrix.php-version != '7.2'}}
4646
run: |
4747
wget https://github.com/swow/swow/archive/"${SWOW_VERSION}".tar.gz -O swow.tar.gz
4848
mkdir -p swow

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"phpstan/phpstan": "^0.12",
2828
"phpunit/phpunit": ">=7.0",
2929
"swoole/ide-helper": "dev-master",
30-
"swow/swow": "dev-develop",
3130
"symfony/var-dumper": "^5.1"
3231
},
3332
"config": {

0 commit comments

Comments
 (0)