Skip to content

Commit

Permalink
try to enable JIT in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-netFantom committed Jun 15, 2023
1 parent a5dab7c commit aaf4158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
coverage: ${{ matrix.coverage && 'pcov' || 'none' }}
ini-values: ${{ matrix.coverage && '' || 'opcache.enable_cli=1' }}

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
coverage: none
ini-values: opcache.enable_cli=1

- name: Psalm coverage
if: ${{ matrix.coverage }}
Expand Down

0 comments on commit aaf4158

Please sign in to comment.