Skip to content

Commit 0313f02

Browse files
committed
单元测试
1 parent 6dd6d49 commit 0313f02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
matrix:
1616
os: [ ubuntu-latest, macos-latest, windows-latest ]
1717
php: [ "8.2", "8.3", "8.4" ]
18-
stability: [ prefer-lowest, prefer-stable ]
1918

20-
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
19+
name: PHP ${{ matrix.php }} - ${{ matrix.os }}
2120

2221
steps:
2322
- name: Checkout code
@@ -37,7 +36,7 @@ jobs:
3736
with:
3837
timeout_minutes: 5
3938
max_attempts: 5
40-
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ansi
39+
command: composer install --prefer-dist --no-interaction --no-progress --ansi
4140

4241
- name: Static analysis
4342
run: composer analyze

0 commit comments

Comments
 (0)