Skip to content

Commit 42b9281

Browse files
committed
ci: remove composer cache
1 parent 253e6ce commit 42b9281

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/phpunit.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ jobs:
4747
- name: Validate composer.json and composer.lock
4848
run: composer validate --strict
4949

50-
- name: Cache Composer packages
51-
id: composer-cache
52-
uses: actions/cache@v3
53-
with:
54-
path: vendor
55-
key: ${{ runner.os }}-php-${{ matrix.php }}-Laravel${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
56-
restore-keys: |
57-
${{ runner.os }}-php-${{ matrix.php }}-Laravel${{ matrix.laravel }}
58-
5950
- name: Install dependencies
6051
run: composer install --prefer-dist --no-progress
6152

0 commit comments

Comments
 (0)