From 9640fc030caffb87c141aaa507e3f8cfd7ce9bb4 Mon Sep 17 00:00:00 2001 From: bobmagicii Date: Sat, 22 Jun 2024 15:23:58 +0000 Subject: [PATCH] thusfar --- .github/workflows/phpunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 65efd11..7468010 100755 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -20,7 +20,7 @@ jobs: with: php-version: ${{ matrix.php-versions }} coverage: xdebug - extensions: mbstring, intl + extensions: mbstring, intl, fileinfo - name: Run PHPUnit 9 if: ${{ matrix.php-versions == '8.1' }} run: | @@ -38,7 +38,7 @@ jobs: with: php-version: ${{ matrix.php-versions }} coverage: xdebug - extensions: mbstring, intl + extensions: mbstring, intl, fileinfo - name: Run PHPUnit 11 if: ${{ matrix.php-versions == '8.3' }} run: |