Skip to content

Commit a12287b

Browse files
committed
ci: add fileinfo extension when running tests
1 parent 66d863f commit a12287b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: shivammathur/setup-php@v2
3434
with:
3535
php-version: ${{ matrix.php }}
36-
extensions: dom, curl, libxml, mbstring, zip
36+
extensions: dom, curl, libxml, mbstring, zip, fileinfo
3737
ini-values: error_reporting=E_ALL
3838
tools: composer:v2
3939
coverage: none
@@ -71,7 +71,7 @@ jobs:
7171
uses: shivammathur/setup-php@v2
7272
with:
7373
php-version: ${{ matrix.php }}
74-
extensions: dom, curl, libxml, mbstring, zip
74+
extensions: dom, curl, libxml, mbstring, zip, fileinfo
7575
ini-values: error_reporting=E_ALL
7676
tools: composer:v2
7777
coverage: none

0 commit comments

Comments
 (0)