Skip to content

Commit

Permalink
Optimize composer require in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tvup committed Jul 27, 2024
1 parent 509895e commit aedad85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.php-laravel-testbench.laravel }}"
composer require "orchestra/testbench:${{ matrix.php-laravel-testbench.testbench }}" --dev
composer require "laravel/framework:${{ matrix.php-laravel-testbench.laravel }}" --no-update
composer require "orchestra/testbench:${{ matrix.php-laravel-testbench.testbench }}" --dev --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit aedad85

Please sign in to comment.