Increased phpunit memory limit to 1G

This hopefully fixed the failing github action
This commit is contained in:
Jan Böhmer 2024-06-06 20:04:50 +02:00
parent 39247f1ece
commit 5402d7bedb

View file

@ -13,7 +13,7 @@
<server name="SHELL_VERBOSITY" value="-1"/> <server name="SHELL_VERBOSITY" value="-1"/>
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/> <server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5"/> <server name="SYMFONY_PHPUNIT_VERSION" value="9.5"/>
<ini name="memory_limit" value="512M"/> <ini name="memory_limit" value="1G"/>
<ini name="display_errors" value="1"/> <ini name="display_errors" value="1"/>
</php> </php>
<coverage processUncoveredFiles="true"> <coverage processUncoveredFiles="true">