File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -126,14 +126,6 @@ jobs:
126126 restore-keys : |
127127 all-build-${{ hashFiles('**/composer.lock') }}
128128 all-build-
129- - name : Restore/cache tools folder
130- uses : actions/cache@v1
131- with :
132- path : tools
133- key : all-tools-${{ github.sha }}
134- restore-keys : |
135- all-tools-${{ github.sha }}-
136- all-tools-
137129 - name : Code style check
138130 uses : phpDocumentor/coding-standard@v1.0.0
139131 with :
@@ -152,16 +144,8 @@ jobs:
152144 restore-keys : |
153145 all-build-${{ hashFiles('**/composer.lock') }}
154146 all-build-
155- - name : Restore/cache tools folder
156- uses : actions/cache@v1
157- with :
158- path : tools
159- key : all-tools-${{ github.sha }}
160- restore-keys : |
161- all-tools-${{ github.sha }}-
162- all-tools-
163147 - name : PHPStan
164- uses : docker://phpdoc/ phpstan-ga:latest
148+ uses : phpDocumentor/ phpstan-ga@0.12.3
165149 env :
166150 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
167151 with :
You can’t perform that action at this time.
0 commit comments