File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest, windows-latest]
1212 php : [8.2, 8.3]
13- laravel : [10.*, 11.*]
13+ laravel : [10.*, 11.*, 12.* ]
1414 stability : [prefer-lowest, prefer-stable]
1515 include :
1616 - laravel : 10.*
1717 testbench : 8.*
1818 - laravel : 11.*
1919 testbench : 9.*
20+ - laravel : 12.*
21+ testbench : 10.*
2022
2123 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2224
3739 composer update --${{ matrix.stability }} --prefer-dist --no-interaction
3840
3941 - name : Execute tests
40- run : vendor/bin/phpunit
42+ run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 1515 ],
1616 "require" : {
1717 "php" : " ^8.2" ,
18- "illuminate/config" : " ^10.0|^11.0" ,
19- "illuminate/http" : " ^10.0|^11.0" ,
20- "illuminate/routing" : " ^10.0|^11.0" ,
21- "illuminate/support" : " ^10.0|^11.0"
18+ "illuminate/config" : " ^10.0|^11.0||^12.0 " ,
19+ "illuminate/http" : " ^10.0|^11.0||^12.0 " ,
20+ "illuminate/routing" : " ^10.0|^11.0||^12.0 " ,
21+ "illuminate/support" : " ^10.0|^11.0||^12.0 "
2222 },
2323 "require-dev" : {
2424 "phpunit/phpunit" : " ^9.0|^10.5|^11.0" ,
You can’t perform that action at this time.
0 commit comments