Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Sep 29, 2023
1 parent bb914db commit 35c9a76
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' ]
swoole-version: ['v4.8.13', 'v5.1.0', 'master']
swoole-version: [ 'v4.8.13', 'v5.1.0', 'master' ]
max-parallel: 15
fail-fast: false
env:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
os: [macos-latest]
php-version: [ '8.0', '8.1', '8.2' ]
swoole-version: ['v4.8.13', 'v5.1.0', 'master']
swoole-version: [ 'v4.8.13', 'v5.1.0', 'master' ]
max-parallel: 15
fail-fast: false
env:
Expand Down

0 comments on commit 35c9a76

Please sign in to comment.