Skip to content

Commit 4b877c6

Browse files
committed
Remove composer caching in CI (fails without composer.lock)
1 parent 27d8268 commit 4b877c6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ jobs:
5959
with:
6060
php-version: ${{ matrix.php }}
6161

62-
- name: Cache Composer dependencies
63-
uses: actions/cache@v1
64-
with:
65-
path: ~/.composer/cache/files
66-
key: php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.lock') }}
67-
restore-keys: php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-composer-
68-
6962
- name: Cache npm dependencies
7063
uses: actions/cache@v1
7164
with:

0 commit comments

Comments
 (0)