Skip to content

Commit 55c5967

Browse files
committed
add cache key
1 parent e6078a9 commit 55c5967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
uses: actions/cache@v3
3535
with:
3636
path: ~/.composer/cache/files
37+
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
3738

3839
- name: Setup PHP
3940
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)