Skip to content

Commit 5402d7b

Browse files
committed
Increased phpunit memory limit to 1G
This hopefully fixed the failing github action
1 parent 39247f1 commit 5402d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<server name="SHELL_VERBOSITY" value="-1"/>
1414
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
1515
<server name="SYMFONY_PHPUNIT_VERSION" value="9.5"/>
16-
<ini name="memory_limit" value="512M"/>
16+
<ini name="memory_limit" value="1G"/>
1717
<ini name="display_errors" value="1"/>
1818
</php>
1919
<coverage processUncoveredFiles="true">

0 commit comments

Comments
 (0)