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 01848b6 commit 5892a51Copy full SHA for 5892a51
.github/workflows/push.yml
@@ -153,14 +153,13 @@ jobs:
153
needs: [setup, phpunit]
154
steps:
155
- uses: actions/checkout@master
156
- - name: Restore/cache vendor folder
157
- uses: actions/cache@v1
+ - name: composer
+ uses: docker://composer
158
+ env:
159
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
160
with:
- path: vendor
- key: all-build-${{ hashFiles('**/composer.lock') }}
161
- restore-keys: |
162
- all-build-${{ hashFiles('**/composer.lock') }}
163
- all-build-
+ args: install --no-interaction --prefer-dist --optimize-autoloader
+
164
- name: PHPStan
165
uses: phpDocumentor/[email protected]
166
env:
0 commit comments