Skip to content

Commit c3ae819

Browse files
committed
try fix cache
1 parent eb27f30 commit c3ae819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)