Skip to content

Commit

Permalink
Merge pull request #829 from mlocati/test-php7.3-with-opcache
Browse files Browse the repository at this point in the history
Enable opcache when running tests on PHP 7.3
  • Loading branch information
mlocati committed Apr 1, 2022
2 parents 303cf35 + 78b1811 commit b5d1270
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/phpunit.yml
Expand Up @@ -110,6 +110,11 @@ jobs:
echo ''
done
echo "::set-output name=excluded-groups::$EXCLUDED_GROUPS"
- name: Enable opcache
if: matrix.php-version == '7.3'
run: |
docker-php-ext-enable opcache
echo 'opcache.enable_cli=1' >> "$PHP_INI_DIR/conf.d/docker-php-ext-opcache.ini"
- name: Checkout
uses: actions/checkout@v2
- name: Install composer dependencies
Expand Down

0 comments on commit b5d1270

Please sign in to comment.