Skip to content

Commit

Permalink
Fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Nov 9, 2021
1 parent ddfd611 commit 6dcd1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php-version: [ '8.0' ]
swoole-version: [ 'v4.6.7', '4.7.1', '4.8.1' ]
swoole-version: [ 'v4.6.7', 'v4.7.1', 'v4.8.1' ]
consumer-engine: [ 'nsq', 'amqp' ]
max-parallel: 9
env:
Expand Down

0 comments on commit 6dcd1cc

Please sign in to comment.