File tree 2 files changed +1
-18
lines changed
2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -194,20 +194,3 @@ jobs:
194
194
uses : docker://mickaelandrieu/psalm-ga
195
195
env :
196
196
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
197
-
198
- bc_check :
199
- name : BC Check
200
- runs-on : ubuntu-latest
201
- needs : [setup, phpunit]
202
- steps :
203
- - uses : actions/checkout@master
204
- - name : Restore/cache vendor folder
205
- uses : actions/cache@v1
206
- with :
207
- path : vendor
208
- key : all-build-${{ hashFiles('**/composer.lock') }}
209
- restore-keys : |
210
- all-build-${{ hashFiles('**/composer.lock') }}
211
- all-build-
212
- - name : Roave BC Check
213
- uses : docker://nyholm/roave-bc-check-ga
Original file line number Diff line number Diff line change 17
17
18
18
.PHONY : phpstan
19
19
phpstan :
20
- docker run -it --rm -v${PWD} :/opt/project -w /opt/project phpstan-ga:latest analyse src --debug --no-progress --level max --configuration phpstan.neon
20
+ docker run -it --rm -v${PWD} :/opt/project -w /opt/project phpdoc/ phpstan-ga:latest analyse src --no-progress --level max --configuration phpstan.neon
21
21
22
22
.PHONY : psaml
23
23
psalm :
You can’t perform that action at this time.
0 commit comments