Skip to content

Commit 1189046

Browse files
committed
Temporary - Print lock file
1 parent 98281e0 commit 1189046

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@ jobs:
4646
composer update "laravel/support:${{ matrix.laravel-versions }}" --with-all-dependencies --prefer-dist --no-progress --no-interaction --no-suggest
4747
composer install --prefer-dist --no-progress --no-interaction --no-suggest --ignore-platform-reqs
4848
49+
- name: Print lock (tmp)
50+
run: cat composer.lock
51+
4952
- name: Run PHPUnit tests
5053
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)