Skip to content

Commit 3b9a7d3

Browse files
committed
Clear GitHub Actions cache
1 parent 889f328 commit 3b9a7d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
uses: actions/cache@v2
3434
with:
3535
path: vendor
36-
key: ${{ runner.os }}-${{ matrix.setup }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
36+
key: ${{ runner.os }}-${{ matrix.setup }}-coverage-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
3737
restore-keys: |
38-
${{ runner.os }}-${{ matrix.setup }}-php-${{ matrix.php }}-
38+
${{ runner.os }}-${{ matrix.setup }}-coverage-${{ matrix.php }}-
3939
4040
- name: Code Climate Test Reporter Preparation
4141
run: |

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)