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 74e3b3d commit 78287acCopy full SHA for 78287ac
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
id: composer-cache
27
uses: actions/cache@v4
28
with:
29
- path: "~/.composer/cache"
+ path: "~/.cache/composer"
30
key: "php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}"
31
restore-keys: "php-${{ matrix.php }}-composer-"
32
0 commit comments