Skip to content

Commit

Permalink
enable APCu and Opcache on CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
schulzp committed Sep 4, 2020
1 parent 3a1e01b commit 1f0b5ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ jobs:
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest
- name: Setup PHP with Opcache
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
ini-values: opcache.enable_cli=1, apc.enable_cli=1
- name: Run test suite
run: composer run-script test

0 comments on commit 1f0b5ce

Please sign in to comment.