File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed
Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
1818 with :
19- php-version : ' 8.2 '
19+ php-version : ' 8.3 '
2020 coverage : none
2121
2222 - name : Install composer dependencies
Original file line number Diff line number Diff line change 1414 matrix :
1515 os : [ubuntu-latest]
1616 php : [8.3]
17- laravel : [12.*]
18- stability : [prefer-stable]
19- include :
20- - laravel : 12.*
21- testbench : 10.*
22- carbon : 3.*
23- collision : 8.*
17+ laravel : [13.*]
18+ stability : [prefer-lowest, prefer-stable]
2419
2520 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2621
Original file line number Diff line number Diff line change 2121 ],
2222 "require" : {
2323 "php" : " ^8.2" ,
24- "filament/filament" : " ^4.0" ,
24+ "filament/filament" : " ^5.0" ,
25+ "livewire/livewire" : " ^4.0" ,
2526 "spatie/laravel-package-tools" : " ^1.15.0" ,
2627 "backstage/laravel-mails" : " self.version"
2728 },
2829 "require-dev" : {
2930 "laravel/pint" : " ^1.16" ,
3031 "nunomaduro/collision" : " ^8.8.0" ,
3132 "orchestra/testbench" : " ^9.0|^10.0" ,
32- "pestphp/pest" : " ^3.7 " ,
33- "pestphp/pest-plugin-arch" : " ^3.1 .0" ,
34- "pestphp/pest-plugin-laravel" : " ^3.0"
33+ "pestphp/pest" : " ^3.0|^4.0 " ,
34+ "pestphp/pest-plugin-arch" : " ^3.0|^4 .0" ,
35+ "pestphp/pest-plugin-laravel" : " ^3.0|^4.0 "
3536 },
3637 "autoload" : {
3738 "psr-4" : {
You can’t perform that action at this time.
0 commit comments