Skip to content

Commit 4e7a537

Browse files
committed
Prefer composer install since lock file is not part of repo
1 parent ca30e03 commit 4e7a537

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
run: |
4343
# Install Laravel version per matrix
4444
composer require --dev "laravel/framework:${{ matrix.laravel }}" --no-interaction
45-
46-
# Run against latest deps
47-
composer update --no-interaction
45+
46+
composer install --no-interaction
4847
4948
- name: Execute PHPUnit tests
5049
# Update snapshots each time to deal with platform differences

0 commit comments

Comments
 (0)