Skip to content

Commit b3c3916

Browse files
committed
ci: composer cache doesn't change anything
1 parent 102ba24 commit b3c3916

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
- name: Checkout code
2828
uses: actions/checkout@v2
2929

30-
- name: Cache dependencies
31-
uses: actions/cache@v2
32-
with:
33-
path: ~/.composer/cache/files
34-
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
35-
3630
- name: Setup PHP
3731
uses: shivammathur/setup-php@v2
3832
with:

0 commit comments

Comments
 (0)