File tree Expand file tree Collapse file tree 3 files changed +557
-528
lines changed Expand file tree Collapse file tree 3 files changed +557
-528
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : true
1818 matrix :
1919 os : [ubuntu-22.04, windows-2019]
20- php : ['8.0', 8.1, 8.2]
20+ php : [8.1, 8.2]
2121
2222 name : PHP ${{ matrix.php }} - ${{ matrix.os }}
2323
4343 run : |
4444 composer install
4545
46- - name : Execute lint with Laravel preset
47- run : ./pint
46+ - name : Execute lint tests with Laravel preset
47+ run : ./pint --test
4848
4949 - name : Execute static analysis
5050 run : vendor/bin/phpstan
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.0" ,
19+ "php" : " ^8.1. 0" ,
2020 "ext-json" : " *" ,
2121 "ext-mbstring" : " *" ,
2222 "ext-tokenizer" : " *" ,
2323 "ext-xml" : " *"
2424 },
2525 "require-dev" : {
2626 "friendsofphp/php-cs-fixer" : " ^3.14.4" ,
27- "illuminate/view" : " ^9.51 .0" ,
28- "laravel-zero/framework" : " ^9.2 .0" ,
27+ "illuminate/view" : " ^10.0 .0" ,
28+ "laravel-zero/framework" : " ^10.0 .0" ,
2929 "mockery/mockery" : " ^1.5.1" ,
3030 "nunomaduro/larastan" : " ^2.4.0" ,
3131 "nunomaduro/termwind" : " ^1.15.1" ,
4949 "sort-packages" : true ,
5050 "optimize-autoloader" : true ,
5151 "platform" : {
52- "php" : " 8.0.2 "
52+ "php" : " 8.1.0 "
5353 },
5454 "allow-plugins" : {
5555 "pestphp/pest-plugin" : true
You can’t perform that action at this time.
0 commit comments