Skip to content

Commit

Permalink
Add fileinfo extenstion to GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Jan 16, 2024
1 parent aae3989 commit 820f075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: intl
extensions: intl, fileinfo
coverage: pcov
- name: Setup problem matchers
run: |
Expand Down

0 comments on commit 820f075

Please sign in to comment.