Skip to content

Commit

Permalink
Update composer require command with new pest plugindependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damms005 committed Oct 10, 2024
1 parent 9247f9c commit 0e674aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Install composer packages
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" pestphp/pest:${{matrix.pest}} pestphp/pest-plugin-laravel:${{matrix.pest-plugin-laravel}} pestphp/pest-plugin-mock:${{matrix.pest-plugin-mock}} --no-interaction --no-update --dev
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" pestphp/pest:${{matrix.pest}} pestphp/pest-plugin-laravel:${{matrix.pest-plugin-laravel}} pestphp/pest-plugin-mock:${{matrix.pest-plugin-mock}} pestphp/pest-plugin-watch:${{matrix.pest-plugin-watch}} --no-interaction --no-update --dev
composer update --prefer-stable --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit 0e674aa

Please sign in to comment.