Skip to content

Commit 967fb86

Browse files
committed
Revert "Update workflow"
This reverts commit a05e433.
1 parent a05e433 commit 967fb86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ jobs:
2626
stability: [prefer-lowest, prefer-stable]
2727
include:
2828
- laravel: 12.*
29+
testbench: 10.*
2930
- laravel: 11.*
31+
testbench: 9.*
3032
- laravel: 10.*
33+
testbench: 8.*
3134

3235

3336
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
@@ -50,7 +53,7 @@ jobs:
5053
5154
- name: Install dependencies
5255
run: |
53-
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
56+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5457
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5558
5659
- name: List Installed Dependencies

0 commit comments

Comments
 (0)