Skip to content

Commit

Permalink
Upgrade swoole version to 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Aug 23, 2024
1 parent d08f6b9 commit 0f91879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
swoole-version: [ 'v4.8.13', 'v5.1.3', 'master' ]
swoole-version: [ 'v4.8.13', 'v5.1.4', 'master' ]
exclude:
- php-version: '8.3'
swoole-version: 'v4.8.13'
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
matrix:
os: [ macos-latest ]
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
swoole-version: [ 'v4.8.13', 'v5.1.3', 'master' ]
swoole-version: [ 'v4.8.13', 'v5.1.4', 'master' ]
exclude:
- php-version: '8.3'
swoole-version: 'v4.8.13'
Expand Down

0 comments on commit 0f91879

Please sign in to comment.