Skip to content

Commit

Permalink
单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Dec 26, 2024
1 parent 6dd6d49 commit 0313f02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
php: [ "8.2", "8.3", "8.4" ]
stability: [ prefer-lowest, prefer-stable ]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
name: PHP ${{ matrix.php }} - ${{ matrix.os }}

steps:
- name: Checkout code
Expand All @@ -37,7 +36,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ansi
command: composer install --prefer-dist --no-interaction --no-progress --ansi

- name: Static analysis
run: composer analyze
Expand Down

0 comments on commit 0313f02

Please sign in to comment.