Conversation
📝 WalkthroughWalkthroughThe minimum supported PHP version for the project has been increased from 7.2 to 7.4. This change is reflected across documentation, configuration files, Composer requirements, static analysis rules, and GitHub Actions workflows for both integration and unit tests, with older PHP versions removed from test matrices. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant CI Workflow
participant Composer
participant StaticAnalyzer
Developer->>README.md: Update PHP min version to 7.4
Developer->>composer.json: Set PHP requirement to >=7.4
Developer->>wp-parsely.php: Update plugin header to 7.4
Developer->>CI Workflow: Remove PHP 7.2/7.3 from test matrix
Developer->>StaticAnalyzer: Set PHPCompatibilityWP to 7.4
CI Workflow->>Composer: Install dependencies (PHP >=7.4)
CI Workflow->>StaticAnalyzer: Run compatibility checks (PHP 7.4+)
Assessment against linked issues
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (6)
🧰 Additional context used📓 Path-based instructions (1)`**/*.{html,php}`: "Perform a detailed review of the provided code with following key aspects in mind: - Review the HTML and PHP code to ensure it is well-structured and adheres ...
🔇 Additional comments (7)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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
Documentation and Community
|
Description
With this PR, we're upgrading the required minimum PHP version to v7.4.
Motivation and context
How has this been tested?
Automated testing passes. Tests against PHP 7.2/7.3 are expected to stall/fail.
Summary by CodeRabbit