File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 os : [ubuntu-latest]
1515 php : [8.2]
16- laravel : ['10.*', '11.*']
16+ laravel : ['10.*', '11.*', '12.*' ]
1717 dependency-version : [prefer-stable]
1818
19-
2019 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2120
2221 steps :
3231
3332 - name : Install dependencies
3433 run : |
35- composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.63" --no-interaction --no-update
34+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
3635 composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
3736
3837 - name : Execute tests
Original file line number Diff line number Diff line change 2222 "prefer-stable" : true ,
2323 "require" : {
2424 "php" : " ^8.2" ,
25- "illuminate/http" : " ^10|^11.0"
25+ "illuminate/http" : " ^10|^11.0|^12.0 "
2626 },
2727 "require-dev" : {
28- "orchestra/testbench" : " ^8.0|^9.0" ,
29- "phpunit/phpunit" : " ^9.4|^10.5"
28+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
29+ "phpunit/phpunit" : " ^9.4|^10.5|^11.5.3 "
3030 },
3131 "autoload" : {
3232 "psr-4" : {
You can’t perform that action at this time.
0 commit comments