Skip to content

Commit 5a312ff

Browse files
committed
chore: 移除 workflow 中已棄用的 --no-suggest 參數
Composer 2.0+ 中 --no-suggest 參數已被棄用並移除。 此更新確保 CI/CD 流程與 Laravel 6 和現代 Composer 版本兼容。
1 parent 28bd7fa commit 5a312ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
coverage: none
3030

3131
- name: Install dependencies
32-
run: composer install --prefer-dist --no-progress --no-suggest
32+
run: composer install --prefer-dist --no-progress
3333

3434
- name: Prepare environment
3535
run: |

0 commit comments

Comments
 (0)