diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index a3a80a6..4887843 100755 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,6 +20,7 @@ jobs: coverage: xdebug extensions: mbstring, intl - name: Run PHPUnit 9 + if: ${{ matrix.php-versions == '8.1' }} run: | composer install php vendor/bin/phpunit tests --bootstrap vendor/autoload.php --coverage-clover ./coverage.xml