Updates PHP versions in CI workflow#12
Conversation
Updates the PHP versions used in the CI workflow to include PHP 8.0, 8.3, 8.4 and 8.5 for broader test coverage. Also updates the checkout action to v4 and provides more descriptive names for each step.
|
Warning Rate limit exceeded@DeGraciaMathieu has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 22 minutes and 34 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (3)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Updates the PHP version requirement in composer.json to be compatible with PHP versions greater than or equal to 8.0. This change ensures compatibility with a broader range of PHP versions, aligning with the testing matrix defined in the related GitHub Actions workflow.
Downgrades symfony/var-dumper package to be compatible with PHP 7.4. The PHP version used in the tests is being updated, and this change ensures compatibility.
Updates the driver method to accept a null value for the name parameter. This change ensures that the method can gracefully handle cases where no specific driver name is provided, relying on the default driver configuration.
Allows for null to be passed as the Aggregator in the Manager constructor for better flexibility and retro-compatibility. Handles the case where a null Aggregator is passed by instantiating a new Aggregator instance within the constructor.
Updates the PHP versions used in the CI workflow to include PHP 8.0, 8.3, 8.4 and 8.5 for broader test coverage.
Also updates the checkout action to v4 and provides more descriptive names for each step.