Fix build error

This commit is contained in:
Dylan K. Taylor
2021-07-26 20:33:44 +01:00
parent 2b5667a56b
commit 3319fad863

View File

@ -77,7 +77,7 @@ jobs:
run: php composer.phar install --prefer-dist --no-interaction
- name: Run PHPStan
run: ./vendor/bin/phpstan analyze --no-progress --memory-limit=2G -c ${{ matrix.config }}
run: ./vendor/bin/phpstan analyze --no-progress --memory-limit=2G
phpunit:
name: PHPUnit tests