Skip to content

Commit 4a13113

Browse files
committed
Invalid cache
1 parent 7104ad0 commit 4a13113

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/multi-tester.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
uses: actions/cache@v5
3232
with:
3333
path: vendor
34-
key: ${{ runner.os }}-multi-test-v2-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
34+
key: ${{ runner.os }}-multi-test-v3-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
3535
restore-keys: |
36-
${{ runner.os }}-multi-test-v2-${{ matrix.php }}-
36+
${{ runner.os }}-multi-test-v3-${{ matrix.php }}-
3737
3838
- name: Install dependencies
3939
if: steps.composer-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)