This repository was archived by the owner on Mar 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ jobs:
1515 fail-fast : true
1616 matrix :
1717 os : [ubuntu-latest, windows-latest]
18- php : [8.0 , 8.1 ]
19- laravel : [8.*]
18+ php : [8.1 , 8.0 ]
19+ laravel : [9.*, 8.*]
2020 stability : [prefer-lowest, prefer-stable]
2121 include :
22+ - laravel : 9.*
23+ testbench : 7.*
2224 - laravel : 8.*
23- testbench : ^6.21
25+ testbench : 6.23
2426
2527 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2628
Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " ^8.0|^8.1" ,
25- "illuminate/filesystem" : " ^8.70" ,
26- "illuminate/support" : " ^8.70" ,
27- "illuminate/view" : " ^8.70"
25+ "illuminate/filesystem" : " ^8.70|^9.0 " ,
26+ "illuminate/support" : " ^8.70|^9.0 " ,
27+ "illuminate/view" : " ^8.70|^9.0 "
2828 },
2929 "require-dev" : {
3030 "blade-ui-kit/blade-heroicons" : " ^1.2" ,
3131 "friendsofphp/php-cs-fixer" : " ^3.0" ,
3232 "livewire/livewire" : " ^2.8" ,
33- "orchestra/testbench" : " ^6.21 " ,
33+ "orchestra/testbench" : " ^6.23|^7.0 " ,
3434 "phpunit/phpunit" : " ^9.5" ,
3535 "psalm/plugin-laravel" : " ^1.5" ,
3636 "spatie/laravel-ray" : " ^1.25" ,
You can’t perform that action at this time.
0 commit comments