diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6419b5a39..4e4a8e8257 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -218,6 +218,12 @@ jobs: export COMPOSER_ROOT_VERSION=9.2.3 composer install ../../../phpstan.phar analyse -l 8 -c ../phpunit.neon src tests + - | + git clone https://github.com/nunomaduro/larastan.git e2e/integration/repo + cd e2e/integration/repo + git checkout v0.6.1 + composer install + ../../../phpstan.phar analyse steps: - name: "Checkout"