Skip to content

Commit 6f947ab

Browse files
Modify phpunit.yml file
1 parent 531c604 commit 6f947ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
php-version: '8.0'
2121

2222
- name: Install dependencies
23-
run: composer update --no-interaction --prefer-dist
23+
run: composer update --ignore-platform-req=ext-iconv
2424

2525
- name: Run PHPUnit
2626
run: php artisan test

0 commit comments

Comments
 (0)