Skip to content

Commit 043df2c

Browse files
committed
remove bc check for now
1 parent 0bbc74b commit 043df2c

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -194,20 +194,3 @@ jobs:
194194
uses: docker://mickaelandrieu/psalm-ga
195195
env:
196196
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ phpcs:
1717

1818
.PHONY: phpstan
1919
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
2121

2222
.PHONY: psaml
2323
psalm:

0 commit comments

Comments
 (0)