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 bec6ce8 commit d75e681Copy full SHA for d75e681
.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 }}-${{ matrix.laravel }}-${{ matrix.testbench }}-composer
+ key: ${{ runner.os }}-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.testbench }}-${{ matrix.stability }}-composer
45
restore-keys: |
46
- ${{ runner.os }}-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.testbench }}-composer
+ ${{ runner.os }}-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.testbench }}-${{ matrix.stability }}-composer
47
48
- name: Setup PHP
49
uses: shivammathur/setup-php@v2
0 commit comments