Skip to content

Commit a05e433

Browse files
committed
Update workflow
1 parent 926b597 commit a05e433

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ jobs:
2626
stability: [prefer-lowest, prefer-stable]
2727
include:
2828
- laravel: 12.*
29-
testbench: 10.*
3029
- laravel: 11.*
31-
testbench: 9.*
3230
- laravel: 10.*
33-
testbench: 8.*
3431

3532

3633
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
@@ -53,7 +50,7 @@ jobs:
5350
5451
- name: Install dependencies
5552
run: |
56-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
53+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
5754
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5855
5956
- name: List Installed Dependencies

0 commit comments

Comments
 (0)