Skip to content

Commit

Permalink
[github] enable apc
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 19, 2023
1 parent 5e94ba3 commit ba7b263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
php-version: "${{ matrix.php-version }}"
extensions: "json,memcached,apcu"
ini-values: date.timezone=UTC,memory_limit=-1
ini-values: date.timezone=UTC,memory_limit=-1,apc.enable_cli=1
tools: pecl

- name: Get composer cache directory
Expand Down

0 comments on commit ba7b263

Please sign in to comment.