diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index dedadea..d3ead8a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -194,20 +194,3 @@ jobs: uses: docker://mickaelandrieu/psalm-ga env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - bc_check: - name: BC Check - runs-on: ubuntu-latest - needs: [setup, phpunit] - steps: - - uses: actions/checkout@master - - name: Restore/cache vendor folder - uses: actions/cache@v1 - with: - path: vendor - key: all-build-${{ hashFiles('**/composer.lock') }} - restore-keys: | - all-build-${{ hashFiles('**/composer.lock') }} - all-build- - - name: Roave BC Check - uses: docker://nyholm/roave-bc-check-ga diff --git a/Makefile b/Makefile index 374f1bd..b83dd98 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ phpcs: .PHONY: phpstan phpstan: - docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpstan-ga:latest analyse src --debug --no-progress --level max --configuration phpstan.neon + docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phpstan-ga:latest analyse src --no-progress --level max --configuration phpstan.neon .PHONY: psaml psalm: