File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,18 @@ jobs:
1818 fail-fast : false
1919 matrix :
2020 php : [8.4, 8.3, 8.2]
21- laravel : [12.*, 11.*]
21+ laravel : [13.*, 12.*, 11.*]
2222 stability : [prefer-stable]
2323 include :
24+ - laravel : 13.*
25+ testbench : 11.*
2426 - laravel : 12.*
2527 testbench : 10.*
2628 - laravel : 11.*
2729 testbench : 9.*
30+ exclude :
31+ - laravel : 13.*
32+ php : 8.2
2833 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2934 steps :
3035 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 1919 matrix :
2020 os : [ubuntu-latest, windows-latest]
2121 php : [8.4, 8.3, 8.2]
22- laravel : [12.*, 11.*]
22+ laravel : [13.*, 12.*, 11.*]
2323 stability : [prefer-lowest, prefer-stable]
2424 include :
25+ - laravel : 13.*
26+ testbench : 11.*
27+ carbon : 3.*
28+ collision : 8.*
2529 - laravel : 12.*
2630 testbench : 10.*
2731 carbon : 3.*
3034 testbench : 9.*
3135 carbon : 3.*
3236 collision : 8.*
37+ exclude :
38+ - laravel : 13.*
39+ php : 8.2
3340
3441 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3542
Original file line number Diff line number Diff line change 3333 "larastan/larastan" : " ^3.0" ,
3434 "laravel/pint" : " ^1.0" ,
3535 "nunomaduro/collision" : " ^8.0" ,
36- "orchestra/testbench" : " ^9.0|^10.0" ,
36+ "orchestra/testbench" : " ^9.0|^10.0|^11.0 " ,
3737 "pestphp/pest" : " ^3.7|^4.0" ,
3838 "pestphp/pest-plugin-arch" : " ^3.0|^4.0" ,
3939 "pestphp/pest-plugin-laravel" : " ^3.0|^4.0" ,
You can’t perform that action at this time.
0 commit comments