Skip to content

Commit

Permalink
Removing memory limit in CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 25, 2022
1 parent d41c81a commit af78115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extensions": [
"bcmath"
],
"ini": [
"memory_limit=-1"
]
}

0 comments on commit af78115

Please sign in to comment.