-
Notifications
You must be signed in to change notification settings - Fork 0
Enable PHP 8.4 compat #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Switched continuous-integration.yml to use version 1 of the workflow and updated PHP versions to include old stable versions and the current stable version 8.4. Modified coding-standards.yml and static-analysis.yml to use PHP version 8.3.
Removed redundant sections and Phil Karlton's quote to streamline the README.md. Updated the description and provided a direct link to the relevant documentation on cache integration.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Updated the README.md to include a PHP code example demonstrating how to integrate and configure the Fastly CDN module for BEAR.Sunday. This should help developers understand the implementation process more clearly.
|
@jingu これで1.0リリースにしようと思いますがどうでしょうか |
Upgraded doctrine/coding-standard to ^12.0, phpstan/phpstan to ^2.0, and vimeo/psalm to ^5.26. Removed psalm/plugin-phpunit dependency. These updates improve compatibility and incorporate the latest features and fixes.
Removed the `$_ENV['TMP_DIR']` parameter from `Injector` instantiation in tests for cleaner initiation. Updated `phpunit.xml.dist` to use a more standard bootstrap path, improving configuration consistency.
jingu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Changed the PHP version in phpcs.xml from 8.0 to 8.3 to ensure compatibility with the latest PHP features and improvements. This change aims to leverage the new capabilities introduced in PHP 8.3 and maintain compliance with updated coding standards.
No description provided.