v8.0.0-alpha.2
What's Changed
๐ ๏ธ Enhancements & Fixes
- PHP 8.2 linting via GitHub Actions (#4018)
- Resolved premature stream read termination (#4032)
- Improved
releasestask performance (#4034) - Corrected behavior when rsync flags are empty (#4044)
- Removed duplicate
Content-Typeheaders (#4026) - Updated
config.ymlsettings (#4053) - Enhanced PHP Composer parsing (#4055)
- Fixed typo in
node_versionvariable within provisioning notices (#4062)
๐ Documentation
- Updated
avoid-php-fpm-reloading.mdfor clarity (#4027) - Added prerequisites for
add-apt-repositoryusage (#4054)
๐งฉ New Features
- Introduced
crontab:removetask incontrib/crontab.php(#4033) - Enabled customizable artisan paths in Laravel deployments (#4066)
- Added task to execute
artisan schedule:interrupt(#4071)