File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : true
1818 matrix :
19- php : [8.2, 8.3]
19+ php : [8.2, 8.3, 8.4 ]
2020 laravel : [11]
2121
2222 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
4040 composer update --prefer-dist --no-interaction --no-progress
4141
4242 - name : Execute tests
43- run : vendor/bin/phpunit
43+ run : vendor/bin/phpunit --display-deprecations --fail-on-deprecation
4444
4545 stub-tests :
4646 runs-on : ubuntu-22.04
4949 fail-fast : true
5050 matrix :
5151 stack : [inertia, livewire]
52- laravel : [11 ]
52+ laravel : ['11.x-dev' ]
5353
5454 name : Test Stubs - Laravel ${{ matrix.laravel }} - ${{ matrix.stack }}
5555
Original file line number Diff line number Diff line change 11php :
22 preset : laravel
3+ enabled :
4+ - nullable_type_declarations
35 disabled :
46 - no_unused_imports
57js :
Original file line number Diff line number Diff line change 1919 "illuminate/console" : " ^11.0" ,
2020 "illuminate/support" : " ^11.0" ,
2121 "laravel/fortify" : " ^1.20" ,
22- "mobiledetect/mobiledetectlib" : " ^4.8" ,
22+ "mobiledetect/mobiledetectlib" : " ^4.8.08 " ,
2323 "symfony/console" : " ^7.0"
2424 },
2525 "require-dev" : {
You can’t perform that action at this time.
0 commit comments