|
34 | 34 | uses: shivammathur/[email protected] |
35 | 35 | with: |
36 | 36 | php-version: ${{ matrix.php-version }} |
37 | | - extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix |
| 37 | + extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo |
38 | 38 | ini-values: error_reporting=E_ALL |
39 | 39 | coverage: xdebug |
40 | 40 |
|
|
97 | 97 | uses: shivammathur/[email protected] |
98 | 98 | with: |
99 | 99 | php-version: ${{ matrix.php-version }} |
100 | | - extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix |
| 100 | + extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo |
101 | 101 | ini-values: error_reporting=E_ALL |
102 | 102 | coverage: xdebug |
103 | 103 |
|
@@ -154,7 +154,7 @@ jobs: |
154 | 154 | uses: shivammathur/[email protected] |
155 | 155 | with: |
156 | 156 | php-version: ${{ matrix.php-version }} |
157 | | - extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix |
| 157 | + extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo |
158 | 158 | ini-values: error_reporting=E_ALL |
159 | 159 | coverage: xdebug |
160 | 160 |
|
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | uses: shivammathur/[email protected] |
212 | 212 | with: |
213 | 213 | php-version: ${{ matrix.php-version }} |
214 | | - extensions: mbstring, pdo, pdo_sqlite |
| 214 | + extensions: mbstring, pdo, pdo_sqlite, fileinfo |
215 | 215 | ini-values: error_reporting=E_ALL |
216 | 216 | coverage: xdebug |
217 | 217 |
|
|
0 commit comments