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 2583fd7 commit bec6ce8Copy full SHA for bec6ce8
.github/workflows/tests.yml
@@ -41,9 +41,9 @@ jobs:
41
- uses: actions/cache@v3
42
with:
43
path: ${{ steps.composer-cache.outputs.dir }}
44
- key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
+ key: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.testbench }}-composer
45
restore-keys: |
46
- ${{ runner.os }}-P${{ matrix.php }}-L${{ matrix.laravel }}-composer-
+ ${{ runner.os }}-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.testbench }}-composer
47
48
- name: Setup PHP
49
uses: shivammathur/setup-php@v2
0 commit comments