Skip to content

Commit 10af37a

Browse files
committed
fix(github): added missing extensions for actions
Signed-off-by: Fred Myerscough <oniice@gmail.com>
1 parent 9199dc4 commit 10af37a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
php-version: ${{ matrix.php-versions }}
2727
coverage: xdebug
28+
extensions: intl, fileinfo
2829

2930
- name: Install dependencies
3031
run: composer install --prefer-dist --no-progress --no-interaction

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
php-version: ${{ matrix.php-versions }}
2929
coverage: xdebug
30+
extensions: intl, fileinfo
3031

3132
- name: Install dependencies
3233
run: composer install --prefer-dist --no-progress --no-interaction

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"require": {
2828
"php": "^8.2",
2929
"ext-json": "*",
30+
"ext-fileinfo": "*",
3031
"illuminate/support": "^11.0"
3132
},
3233
"require-dev": {

0 commit comments

Comments
 (0)