Skip to content

Commit ed62428

Browse files
committed
Cache vendor folder per PHP version
1 parent a1c7bca commit ed62428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/cache@v3
3030
with:
3131
path: vendor
32-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
32+
key: ${{ runner.os }}-php-${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}
3333
restore-keys: |
3434
${{ runner.os }}-php-
3535

0 commit comments

Comments
 (0)