Skip to content

Commit d0b8803

Browse files
committed
Remove testbench from CI
1 parent 57d82ac commit d0b8803

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
stability: [prefer-lowest, prefer-stable]
1717
include:
1818
- laravel: ^10.0
19-
testbench: ^8.0
2019
- laravel: ^11.0
21-
testbench: ^9.0
2220
- laravel: '12.0'
23-
testbench: ^10.0
2421

2522
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2623

@@ -42,7 +39,7 @@ jobs:
4239
4340
- name: Install dependencies
4441
run: |
45-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
42+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4643
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4744
4845
- name: Install unoserver and libreoffice

0 commit comments

Comments
 (0)