File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest, windows-latest]
16- php : [8.3, 8.2, 8.1]
17- laravel : [10.*, 11.*]
16+ php : [8.4, 8. 3, 8.2, 8.1]
17+ laravel : [10.*, 11.*, 12.* ]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
2020 - laravel : 10.*
2323 - laravel : 11.*
2424 testbench : 9.*
2525 carbon : ^2.72.2
26+ - laravel : 12.*
27+ testbench : 10.*
28+ carbon : ^3.8.4
2629 exclude :
30+ - Laravel : 10.*
31+ php : 8.4
2732 - Laravel : 11.*
2833 php : 8.1
34+ - Laravel : 12.*
35+ php : 8.1
36+
2937
3038 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3139
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " ^8.1|^8.2|^8.3" ,
23- "illuminate/contracts" : " ^10.10|^11.0"
22+ "php" : " ^8.1|^8.2|^8.3|^8.4 " ,
23+ "illuminate/contracts" : " ^10.10|^11.0|^12.0 "
2424 },
2525 "require-dev" : {
2626 "laravel/pint" : " ^1.0" ,
2727 "nunomaduro/collision" : " ^7.9|^8.0" ,
28- "orchestra/testbench" : " ^8.0|^9.0" ,
29- "pestphp/pest" : " ^2.0" ,
30- "pestphp/pest-plugin-arch" : " ^2.0" ,
31- "pestphp/pest-plugin-laravel" : " ^2.2"
28+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
29+ "pestphp/pest" : " ^2.0|^3.0 " ,
30+ "pestphp/pest-plugin-arch" : " ^2.0|^3.0 " ,
31+ "pestphp/pest-plugin-laravel" : " ^2.2|^3.0 "
3232 },
3333 "autoload" : {
3434 "psr-4" : {
You can’t perform that action at this time.
0 commit comments