Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 5698a8e

Browse files
committed
Include fileinfo in the CI extensions...
This is so the tests would pass for PHP 8.0 in Windows.
1 parent 35f3734 commit 5698a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: shivammathur/setup-php@v2
4040
with:
4141
php-version: ${{ matrix.php }}
42-
extensions: curl, dom, libxml, mbstring, pdo, sqlite, pdo_sqlite, zip
42+
extensions: curl, dom, fileinfo, libxml, mbstring, pdo, sqlite, pdo_sqlite, zip
4343
coverage: pcov
4444

4545
- name: Install dependencies

0 commit comments

Comments
 (0)