Always ensure you run the following commands when upgrading.
php artisan vendor:publish --tag=deploy-assets --force
php artisan migrate
php artisan queue:restart
PHP 8.1 is now the minimum required version.
Laravel 10 is now the minimum required version.