Skip to content

Commit 31b805a

Browse files
committed
[github] enable apc
1 parent f6d7704 commit 31b805a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
php-version: "${{ matrix.php-version }}"
4444
extensions: "json,memcached,apcu"
45-
ini-values: date.timezone=UTC,memory_limit=-1
45+
ini-values: date.timezone=UTC,memory_limit=-1,apc.enable_cli=1
4646
tools: pecl
4747

4848
- name: Get composer cache directory

0 commit comments

Comments
 (0)