File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments