We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f602a2 commit c60f6e1Copy full SHA for c60f6e1
.github/workflows/ci.yml
@@ -19,11 +19,10 @@ jobs:
19
php-version: ${{ matrix.php }}
20
21
- name: Cache Composer packages
22
- id: composer-cache
23
uses: actions/cache@v2
24
with:
25
- path: "~/.composer/cache"
26
- key: "php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}"
+ path: "~/.cache/composer"
+ key: "php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}-v2"
27
restore-keys: "php-${{ matrix.php }}-composer-"
28
29
- name: Install dependencies
0 commit comments