File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,17 @@ jobs:
1616 strategy :
1717 fail-fast : true
1818 matrix :
19- os : [ubuntu-latest]
20- php : [8.3 , 8.4 ]
21- laravel : [11 .*]
19+ os : [ubuntu-latest, windows-latest ]
20+ php : [8.4 , 8.3 ]
21+ laravel : [12.*, 11.*, 10 .*]
2222 stability : [prefer-stable]
2323 include :
24+ - laravel : 12.*
25+ testbench : 10.*
2426 - laravel : 11.*
2527 testbench : 9.*
26- carbon : ^2.63
28+ - laravel : 10.*
29+ testbench : 8.*
2730
2831 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2932
4548
4649 - name : Install dependencies
4750 run : |
48- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
51+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4952 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5053
5154 - name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments