Skip to content

Commit 94819cc

Browse files
committed
Update run-tests.yml
1 parent b9f1e50 commit 94819cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
uses: shivammathur/setup-php@v2
4646
with:
4747
php-version: ${{ matrix.php }}
48-
extensions: ldap, dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, mysql, pdo_mysql, bcmath, intl, gd, exif, iconv
48+
extensions: ldap, fileinfo, dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, mysql, pdo_mysql, bcmath, intl, gd, exif, iconv
4949
coverage: none
5050

5151
- name: Install dependencies
5252
run: |
5353
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
54-
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
54+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
5555
5656
- name: Execute tests
5757
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)