Drop php8.1 support#1527
Merged
Merged
Conversation
|
🏰 Composer Production Dependency changes 🏰
|
f98be00 to
e70c975
Compare
There was a problem hiding this comment.
Pull request overview
This PR drops support for PHP 8.1 and establishes PHP 8.2 as the new minimum required version. The changes ensure consistency across development tools, Docker configurations, CI/CD workflows, and runtime version checks.
- Updated minimum PHP version requirement from 8.1 to 8.2 in composer.json
- Updated PHP platform versions in development tool configurations (psalm, phpunit, phpstan, php-cs-fixer, dependency-analyser)
- Updated Docker configurations, CI/CD workflows, and runtime checks to align with PHP 8.2 minimum
Reviewed changes
Copilot reviewed 13 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| composer.json | Updated minimum PHP requirement from ^8.1 to ^8.2 and platform version |
| deptrac | Updated runtime version check from PHP_VERSION_ID 80100 to 80200 |
| docker/php/Dockerfile | Changed default PHP_VERSION argument from 8.1 to 8.2 |
| compose.yaml | Renamed php81 service to php82 and removed redundant php82 service definition |
| Makefile | Updated PHP_VERSION variable from 81 to 82 |
| .github/workflows/test.yml | Removed PHP 8.1 from test matrix |
| .github/workflows/static-analysis.yml | Updated all job matrices to use PHP 8.2 instead of 8.1 |
| .github/workflows/build.yml | Removed PHP 8.1 from build matrix |
| tools/psalm/composer.json | Updated platform PHP version from 8.1 to 8.2 |
| tools/phpunit/composer.json | Updated platform PHP version from 8.1 to 8.2 |
| tools/phpstan/composer.json | Updated platform PHP version from 8.1 to 8.2 |
| tools/php-cs-fixer/composer.json | Updated platform PHP version from 8.1 to 8.2 |
| tools/dependency-analyser/composer.json | Updated platform PHP version from 8.1 to 8.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.