increase memory limit of phpstan
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Philipp Lang 2023-02-23 13:54:48 +01:00
parent 93f1a1e7c5
commit 1a54ade698
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ steps:
- name: phpstan_tests
image: php:8.1.6
commands:
- vendor/bin/phpstan analyse --memory-limit=1G
- vendor/bin/phpstan analyse --memory-limit=2G
- name: composer_no_dev
image: composer:2.2.7