We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a104511 commit c489911Copy full SHA for c489911
.github/workflows/tests.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: actions/cache@v2
45
with:
46
path: ~/.composer/cache/files
47
- key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
+ key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-${{ matrix.dependency-version }}-${{ hashFiles('composer.json') }}
48
49
- name: Setup PHP
50
uses: shivammathur/setup-php@v2
0 commit comments