Skip to content

Commit

Permalink
parallel and opcache extensions are loaded automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimpf committed May 21, 2024
1 parent 8ad12f9 commit b34db71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
php-version: ${{ inputs.php }}
extensions: ${{ env.extensions }}
ini-values: extension=parallel.so, zend_extension=opcache.so, opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
ini-values: opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
coverage: none

- name: Install dependencies
Expand Down

0 comments on commit b34db71

Please sign in to comment.