Skip to content

Commit 146f600

Browse files
committed
ci: add fileinfo ext
1 parent 4a5089f commit 146f600

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: shivammathur/[email protected]
8686
with:
8787
php-version: ${{ matrix.php-version }}
88-
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, phar
88+
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, phar, fileinfo, curl
8989
ini-values: error_reporting=E_ALL
9090
coverage: none
9191
tools: phive
@@ -150,7 +150,7 @@ jobs:
150150
uses: shivammathur/[email protected]
151151
with:
152152
php-version: ${{ matrix.php-version }}
153-
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter
153+
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl
154154
ini-values: error_reporting=E_ALL
155155
coverage: none
156156

.github/workflows/dependency-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: shivammathur/[email protected]
4848
with:
4949
php-version: ${{ matrix.php-version }}
50-
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets
50+
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo
5151
ini-values: error_reporting=E_ALL
5252
coverage: none
5353
tools: phive

.github/workflows/refactoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: shivammathur/[email protected]
3838
with:
3939
php-version: ${{ matrix.php-version }}
40-
extensions: mbstring, pdo, pdo_sqlite
40+
extensions: mbstring, pdo, pdo_sqlite, fileinfo
4141
ini-values: error_reporting=E_ALL
4242
coverage: none
4343

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: shivammathur/[email protected]
3535
with:
3636
php-version: ${{ matrix.php-version }}
37-
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets
37+
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl
3838
ini-values: error_reporting=E_ALL
3939
coverage: none
4040

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: shivammathur/[email protected]
5151
with:
5252
php-version: ${{ matrix.php-version }}
53-
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix
53+
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, fileinfo, xmlwriter, opcache, pcntl, posix
5454
ini-values: error_reporting=E_ALL
5555
coverage: none
5656

@@ -101,7 +101,7 @@ jobs:
101101
uses: shivammathur/[email protected]
102102
with:
103103
php-version: ${{ matrix.php-version }}
104-
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix
104+
extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, fileinfo, xmlwriter, opcache, pcntl, posix
105105
ini-values: error_reporting=E_ALL
106106
coverage: xdebug
107107

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: shivammathur/[email protected]
3535
with:
3636
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
3838
ini-values: error_reporting=E_ALL
3939
coverage: xdebug
4040

@@ -97,7 +97,7 @@ jobs:
9797
uses: shivammathur/[email protected]
9898
with:
9999
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
101101
ini-values: error_reporting=E_ALL
102102
coverage: xdebug
103103

@@ -154,7 +154,7 @@ jobs:
154154
uses: shivammathur/[email protected]
155155
with:
156156
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
158158
ini-values: error_reporting=E_ALL
159159
coverage: xdebug
160160

@@ -211,7 +211,7 @@ jobs:
211211
uses: shivammathur/[email protected]
212212
with:
213213
php-version: ${{ matrix.php-version }}
214-
extensions: mbstring, pdo, pdo_sqlite
214+
extensions: mbstring, pdo, pdo_sqlite, fileinfo
215215
ini-values: error_reporting=E_ALL
216216
coverage: xdebug
217217

0 commit comments

Comments
 (0)