Skip to content

Commit

Permalink
thusfar
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmagicii committed Jun 22, 2024
1 parent 053952a commit 9640fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 9640fc0

Please sign in to comment.