Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Nov 27, 2023
1 parent cf42854 commit 4466c63
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
swoole-version: [ 'v4.8.13', 'v5.1.0', 'master' ]
swoole-version: [ 'v4.8.13', 'v5.1.1', 'master' ]
exclude:
- php-version: '8.3'
swoole-version: 'v4.8.13'
max-parallel: 15
fail-fast: false
env:
Expand Down Expand Up @@ -51,7 +54,7 @@ jobs:
composer install -o

- name: Coding Standards Check
if: matrix.php-version != '8.2'
if: matrix.php-version == '8.1'
run: |
composer cs-check
Expand All @@ -66,7 +69,10 @@ jobs:
matrix:
os: [ macos-latest ]
php-version: [ '8.0', '8.1', '8.2', '8.3' ]
swoole-version: [ 'v4.8.13', 'v5.1.0', 'master' ]
swoole-version: [ 'v4.8.13', 'v5.1.1', 'master' ]
exclude:
- php-version: '8.3'
swoole-version: 'v4.8.13'
max-parallel: 15
fail-fast: false
env:
Expand Down Expand Up @@ -108,7 +114,7 @@ jobs:
composer install -o

- name: Coding Standards Check
if: matrix.php-version != '8.2'
if: matrix.php-version == '8.1'
run: |
composer cs-check
Expand Down

0 comments on commit 4466c63

Please sign in to comment.