We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d8268 commit 4b877c6Copy full SHA for 4b877c6
.github/workflows/tests.yml
@@ -59,13 +59,6 @@ jobs:
59
with:
60
php-version: ${{ matrix.php }}
61
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
-
69
- name: Cache npm dependencies
70
uses: actions/cache@v1
71
0 commit comments