We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9199dc4 commit 10af37aCopy full SHA for 10af37a
.github/workflows/codecov.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
php-version: ${{ matrix.php-versions }}
27
coverage: xdebug
28
+ extensions: intl, fileinfo
29
30
- name: Install dependencies
31
run: composer install --prefer-dist --no-progress --no-interaction
.github/workflows/tests.yml
@@ -27,6 +27,7 @@ jobs:
32
33
composer.json
@@ -27,6 +27,7 @@
"require": {
"php": "^8.2",
"ext-json": "*",
+ "ext-fileinfo": "*",
"illuminate/support": "^11.0"
},
"require-dev": {
0 commit comments