Skip to content

Commit ba16f43

Browse files
authored
Remove redundant caching from CI
1 parent 1883e12 commit ba16f43

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,6 @@ jobs:
117117
php-version: ${{ matrix.php-version }}
118118
coverage: "none"
119119

120-
- name: "Cache dependencies installed with composer"
121-
uses: "actions/cache@v2"
122-
with:
123-
path: "~/.composer/cache"
124-
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
125-
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"
126-
127120
- name: "Install dependencies"
128121
uses: ramsey/composer-install@v2
129122

0 commit comments

Comments
 (0)