Skip to content

Commit d29f572

Browse files
committed
Update run-tests.yml
1 parent 891e136 commit d29f572

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
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install dependencies
6060
run: |
6161
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
62-
composer update --perfer-stable --prefer-dist --no-interaction
62+
composer update --prefer-stable --prefer-dist --no-interaction
6363
6464
- name: Execute tests
6565
run: vendor/bin/pest

0 commit comments

Comments
 (0)