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 531c604 commit 6f947abCopy full SHA for 6f947ab
.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
20
php-version: '8.0'
21
22
- name: Install dependencies
23
- run: composer update --no-interaction --prefer-dist
+ run: composer update --ignore-platform-req=ext-iconv
24
25
- name: Run PHPUnit
26
run: php artisan test
0 commit comments