Enhanced Testing Capabilities
The 'run-tests.yml' file has been modified to include a wider range of PHP and Laravel versions for testing. This helps us ensure that our software works well under various configurations. We've also employed an exclusion rule for a specific combination of Laravel 11 with PHP 8.1 where some known issues exist.
Expanded PHP Compatibility and Dependencies Update
Our 'composer.json' file now recognizes PHP 8.3, opening the door for users who operate on this newest version. The required versions for certain packages (nunomaduro/collision, orchestra/testbench, pestphp/pest, and pestphp/pest-plugin-laravel) have also been updated. These updates result in more consistent performance and may lead to new features and capabilities.
PR Summary
Enhanced Testing Capabilities The 'run-tests.yml' file has been modified to include a wider range of PHP and Laravel versions for testing. This helps us ensure that our software works well under various configurations. We've also employed an exclusion rule for a specific combination of Laravel 11 with PHP 8.1 where some known issues exist.
Expanded PHP Compatibility and Dependencies Update Our 'composer.json' file now recognizes PHP 8.3, opening the door for users who operate on this newest version. The required versions for certain packages (
nunomaduro/collision
,orchestra/testbench
,pestphp/pest
, andpestphp/pest-plugin-laravel
) have also been updated. These updates result in more consistent performance and may lead to new features and capabilities.