Skip to content

Commit bcaba6b

Browse files
committed
Update tests
1 parent c7d30f7 commit bcaba6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636
php-version: ${{ matrix.php }}
3737
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
3838
coverage: none
39+
ini-values: 'extension=php_fileinfo.dll'
3940

4041
- name: Install dependencies
4142
run: |
42-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs ext-pcntl ext-posix
43+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4344
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
4445
4546
- name: Execute tests

0 commit comments

Comments
 (0)