File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : true
18
18
matrix :
19
19
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 .*]
22
22
stability : [prefer-stable]
23
+ include :
24
+ - laravel : 12.*
25
+ testbench : 10.*
26
+ - laravel : 11.*
27
+ testbench : 9.*
28
+ - laravel : 10.*
29
+ testbench : 8.*
23
30
24
31
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
32
41
48
42
49
- name : Install dependencies
43
50
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
45
52
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
46
53
47
54
- name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments