Upgrade the tests versions for PHP 8.4 and 8.5#184
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the test environment by removing older PHP versions and PHPUnit configurations while adding support for newer PHP versions. The changes modernize the CI testing matrix to focus on currently supported PHP versions.
- Removed support for PHP 7.1-7.3 and legacy testing configurations
- Added support for PHP 8.1, 8.2, 8.4, and 8.5
- Simplified PHPUnit configuration by removing coverage section
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| phpunit.xml.dist | Removed coverage configuration section to simplify PHPUnit setup |
| .github/workflows/ci.yml | Updated CI matrix to test newer PHP versions (8.1-8.5) and removed legacy versions (7.1-7.3) |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
dbu
left a comment
There was a problem hiding this comment.
yeah makes sense to do this. you should adjust composer.json as well to reflect the supported php versions.
and i would tag this as a new minor version, not a patch version. that allows to fix important bugs for the legacy version without too much effort.
858ff75 to
ec6ea36
Compare
|
@dbu Done! Can you have a little look at the compser.json? |
No description provided.