In tests for PHP 8 disable Just-in-time, it conflicts with tools that determine coverage

This commit is contained in:
marc tobias
2022-07-04 23:52:36 +02:00
parent a6dab5e300
commit c70ca7f57b
2 changed files with 8 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
tools: phpunit, phpcs, composer
ini-values: opcache.jit=disable
- uses: actions/setup-python@v2
with: