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 1883e12 commit ba16f43Copy full SHA for ba16f43
.github/workflows/ci.yml
@@ -117,13 +117,6 @@ jobs:
117
php-version: ${{ matrix.php-version }}
118
coverage: "none"
119
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
-
127
- name: "Install dependencies"
128
uses: ramsey/composer-install@v2
129
0 commit comments