File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : true
1111 matrix :
12- php : ['8.1', '8.2']
13- laravel : ['9 .*', '10.*@dev ']
12+ php : ['8.1', '8.2', '8.3' ]
13+ laravel : ['10 .*', '11.* ']
1414 composer-flags : ['--prefer-stable']
1515 can-fail : [false]
1616 include :
1717 - php : ' 8.1'
18- laravel : ' 9 .*'
18+ laravel : ' 10 .*'
1919 composer-flags : ' --prefer-stable --prefer-lowest'
2020 can-fail : false
21+ exclude :
22+ - php : ' 8.1'
23+ laravel : ' 11.*'
2124
2225 name : " PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
2326
Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " ^8.1" ,
88 "fig/link-util" : " ^1.2" ,
9- "illuminate/http" : " ^9 .0 || ^10 .0" ,
10- "illuminate/support" : " ^9 .0 || ^10 .0" ,
9+ "illuminate/http" : " ^10 .0 || ^11 .0" ,
10+ "illuminate/support" : " ^10 .0 || ^11 .0" ,
1111 "psr/link" : " ^1.1.1 || ^2.0.1"
1212 },
1313 "require-dev" : {
14- "laravel/framework" : " ^9 .0 || ^10 .0" ,
15- "orchestra/testbench" : " ^7 .0 || ^8 .0" ,
14+ "laravel/framework" : " ^10 .0 || ^11 .0" ,
15+ "orchestra/testbench" : " ^8 .0 || ^9 .0" ,
1616 "phpunit/phpunit" : " ^9.6 || ^10.0"
1717 },
1818 "autoload" : {
You can’t perform that action at this time.
0 commit comments