Skip to content

Commit edd6542

Browse files
committed
more gh tests
1 parent 933cd7d commit edd6542

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Diff for: .github/workflows/run-tests.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,16 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.4]
21-
laravel: [11.*, 12.*]
20+
php: [8.4, 8.3]
21+
laravel: [12.*, 11.*, 10.*]
2222
stability: [prefer-stable]
23+
include:
24+
- laravel: 12.*
25+
testbench: 10.*
26+
- laravel: 11.*
27+
testbench: 9.*
28+
- laravel: 10.*
29+
testbench: 8.*
2330

2431
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2532

@@ -41,7 +48,7 @@ jobs:
4148
4249
- name: Install dependencies
4350
run: |
44-
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
51+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4552
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4653
4754
- name: List Installed Dependencies

0 commit comments

Comments
 (0)