Skip to content

Commit 1e66dac

Browse files
committed
:/
1 parent 8935226 commit 1e66dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Install dependencies
5050
run: |
51-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "pestphp/pest:${{ matrix.pest }}" "pestphp/pest-plugin-laravel:${{ matrix.plugin }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
51+
composer require "laravel/framework:${{ matrix.laravel }}" 'orchestra/testbench:${{ matrix.testbench }}' 'pestphp/pest:${{ matrix.pest }}' 'pestphp/pest-plugin-laravel:${{ matrix.plugin }}' 'phpunit/phpunit:${{ matrix.phpunit }}' --no-interaction --no-update
5252
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5353
5454
- name: Execute tests

0 commit comments

Comments
 (0)