File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
os : [ubuntu-latest]
20
20
php : [8.4, 8.3]
21
- laravel : [11.*]
21
+ laravel : [11.*, 12.* ]
22
22
stability : [prefer-lowest, prefer-stable]
23
- include :
24
- - laravel : 11.*
25
- testbench : 9.*
26
- carbon : ^2.63
27
23
28
24
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
29
25
45
41
46
42
- name : Install dependencies
47
43
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 }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
49
45
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
50
46
51
47
- name : List Installed Dependencies
You can’t perform that action at this time.
0 commit comments