Skip to content

Commit 612e2e2

Browse files
committed
Add ext-fileinfo to Windows-build
1 parent f75f050 commit 612e2e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: shivammathur/setup-php@v2
121121
with:
122122
php-version: ${{ matrix.php-versions }}
123-
extensions: intl, mbstring, mysql, pdo, pdo_sqlite, soap, sodium, xml
123+
extensions: fileinfo, intl, mbstring, mysql, pdo, pdo_sqlite, soap, sodium, xml
124124
tools: composer:v2
125125
ini-values: error_reporting=E_ALL
126126
coverage: none

0 commit comments

Comments
 (0)