We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d7704 commit 31b805aCopy full SHA for 31b805a
.github/workflows/continuous-integration.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
php-version: "${{ matrix.php-version }}"
44
extensions: "json,memcached,apcu"
45
- ini-values: date.timezone=UTC,memory_limit=-1
+ ini-values: date.timezone=UTC,memory_limit=-1,apc.enable_cli=1
46
tools: pecl
47
48
- name: Get composer cache directory
0 commit comments