Skip to content

Commit 2ccf1a7

Browse files
Disable memory limit
1 parent 1b60f2f commit 2ccf1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
with:
6363
php-version: "${{ matrix.php-version }}"
6464
coverage: "pcov"
65+
ini-values: memory_limit=-1
6566

6667
- name: "Cache dependencies installed with composer"
6768
uses: "actions/cache@v1"

0 commit comments

Comments
 (0)