Skip to content

Commit

Permalink
Added ci for swoole v6.0.0-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jul 15, 2024
1 parent 5ab1e6a commit d553c0b
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 @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php-version: [ '8.1', '8.2', '8.3' ]
swoole-version: [ 'v5.0.3', 'v5.1.2', 'master' ]
swoole-version: [ 'v5.0.3', 'v5.1.3', 'v6.0.0-alpha', 'master' ]
exclude:
- php-version: '8.3'
swoole-version: 'v5.0.3'
Expand Down

0 comments on commit d553c0b

Please sign in to comment.