Skip to content

Commit 6030438

Browse files
committedFeb 25, 2025·
Update run_tests.yml
1 parent fbcb333 commit 6030438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/run_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
- name: Install dependencies
3737
run: |
38+
rm composer.lock
3839
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction
3940
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4041

0 commit comments

Comments
 (0)
Please sign in to comment.