Drop support for PHP 7.1-7.4 and add support for PHP 8.5#165
Drop support for PHP 7.1-7.4 and add support for PHP 8.5#165YaroslavStryhun merged 1 commit intomasterfrom
Conversation
WalkthroughThe pull request updates PHP version support constraints across configuration files, CI workflows, and documentation. It removes PHP 7.x support, establishes PHP 8.0+ as the minimum requirement, and adds support for PHP 8.5. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Around line 338-340: Remove the two unused version reference link entries (the
lines that define the compare URLs for "[4.0.0]" and "[3.24.0]" which are adding
noise and triggering markdown-lint warnings) and re-add a top-level
"[Unreleased]" compare reference link pointing to the repository compare URL for
the unreleased range; update the bottom references block to include only active
version compare links and the new "[Unreleased]" link so the changelog no longer
contains the unused references.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: e5b5ed85-ad5a-4ff0-bc30-95e8f659f46a
📒 Files selected for processing (4)
.github/workflows/pr.ymlCHANGELOG.mdREADME.mdcomposer.json
| fail-fast: false | ||
| matrix: | ||
| php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] | ||
| php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] |
There was a problem hiding this comment.
required
Why are we checked our service within few versions of PHP?
Hello!
In raising this pull request, I confirm the following (please check boxes):
Small description of change:
Thanks
Summary by CodeRabbit