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 8935226 commit 1e66dacCopy full SHA for 1e66dac
.github/workflows/run-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Install dependencies
50
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
+ 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
52
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
53
54
- name: Execute tests
0 commit comments