Skip to content

Commit

Permalink
ci: Enable opcache for the benchmarks (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 13, 2023
1 parent 0dded2b commit 1a72f9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
ini-values: phar.readonly=0
extensions: opcache
ini-values: phar.readonly=0, opcache.enable_cli=1
extensions: opcache, :xdebug
tools: composer
coverage: none

Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
ini-values: phar.readonly=0
extensions: opcache
ini-values: phar.readonly=0, opcache.enable_cli=1
extensions: opcache, :xdebug
tools: composer
coverage: none

Expand Down

0 comments on commit 1a72f9f

Please sign in to comment.