Skip to content

Commit

Permalink
fix tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed May 1, 2024
1 parent 37c3567 commit ca54c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, mbstring, zip
extensions: dom, mbstring, zip, fileinfo
coverage: none

- name: Require Laravel Version
Expand Down

0 comments on commit ca54c43

Please sign in to comment.