Skip to content

Commit 6fa766b

Browse files
committed
removing testbench matrix
1 parent 28a1ff8 commit 6fa766b

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
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Install dependencies
5858
run: |
59-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
59+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
6060
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
6161
6262
- name: Execute tests

0 commit comments

Comments
 (0)