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,11 +10,13 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest]
1212 php : [8.3, 8.4, 8.5]
13- laravel : [12.*]
13+ laravel : [12.*, 13.* ]
1414 stability : [prefer-lowest, prefer-stable]
1515 include :
1616 - laravel : 12.*
1717 testbench : ^10.8
18+ - laravel : 13.*
19+ testbench : ^11.0
1820
1921 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2022
Original file line number Diff line number Diff line change 1919 "require" : {
2020 "php" : " ^8.3" ,
2121 "marcorieser/statamic-livewire" : " ^5.0" ,
22- "laravel/framework" : " ^12.0" ,
22+ "laravel/framework" : " ^12.0 || ^13.0 " ,
2323 "laravel/prompts" : " ^0.3.0" ,
2424 "livewire/livewire" : " ^4.1" ,
2525 "spatie/invade" : " ^2.0" ,
2626 "statamic/cms" : " ^6.0"
2727 },
2828 "require-dev" : {
2929 "laravel/pint" : " ^1.27" ,
30- "orchestra/testbench" : " ^10.0" ,
30+ "orchestra/testbench" : " ^10.0 || ^11.0 " ,
3131 "pestphp/pest" : " ^4.0" ,
3232 "pestphp/pest-plugin-laravel" : " ^4.0" ,
3333 "pestphp/pest-plugin-livewire" : " ^4.0"
You can’t perform that action at this time.
0 commit comments