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 7104ad0 commit 4a13113Copy full SHA for 4a13113
1 file changed
.github/workflows/multi-tester.yml
@@ -31,9 +31,9 @@ jobs:
31
uses: actions/cache@v5
32
with:
33
path: vendor
34
- key: ${{ runner.os }}-multi-test-v2-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
+ key: ${{ runner.os }}-multi-test-v3-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
35
restore-keys: |
36
- ${{ runner.os }}-multi-test-v2-${{ matrix.php }}-
+ ${{ runner.os }}-multi-test-v3-${{ matrix.php }}-
37
38
- name: Install dependencies
39
if: steps.composer-cache.outputs.cache-hit != 'true'
0 commit comments