We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30444a9 commit a47b1a9Copy full SHA for a47b1a9
.github/workflows/run-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/cache@v1
23
with:
24
path: ~/.composer/cache/files
25
- key: dependencies-laravel-7.x-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
+ key: dependencies-laravel-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
26
27
- name: Setup PHP
28
uses: shivammathur/setup-php@v2
0 commit comments