File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
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 ]
20+ php : [8.4 , 8.3 ]
2121 laravel : [11.*]
2222 stability : [prefer-stable]
23- include :
24- - laravel : 11.*
25- testbench : 9.*
26- carbon : ^2.63
2723
2824 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2925
4541
4642 - name : Install dependencies
4743 run : |
48- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
44+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4945 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5046
5147 - name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments