Skip to content

Commit 8e2ad5c

Browse files
committed
No memory_limit for tests as PHPUnit recommends
1 parent f56defe commit 8e2ad5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
tools: pecl
5151
extensions: ds,mbstring
5252
ini-file: development
53-
ini-values: memory_limit=2G
53+
ini-values: memory_limit=-1
5454

5555
- uses: "ramsey/composer-install@v3"
5656

@@ -143,7 +143,7 @@ jobs:
143143
tools: pecl
144144
extensions: ds,mbstring
145145
ini-file: development
146-
ini-values: memory_limit=1G
146+
ini-values: memory_limit=-1
147147

148148
- uses: "ramsey/composer-install@v3"
149149

@@ -218,7 +218,7 @@ jobs:
218218
tools: pecl
219219
extensions: ds,mbstring
220220
ini-file: development
221-
ini-values: memory_limit=2G
221+
ini-values: memory_limit=-1
222222

223223
- name: "Check PHP configuration"
224224
run: "vendor/bin/phpunit --check-php-configuration"

0 commit comments

Comments
 (0)