Php 85 upgrade#14
Merged
veewee merged 2 commits intophp-soap:mainfrom Oct 20, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the project to support PHP 8.5 while dropping support for PHP 8.2. The changes include updating dependency versions, CI configurations, and modernizing test annotations.
- Drops PHP 8.2 support and adds PHP 8.5 support
- Updates PHPUnit from version 10 to 12.3 and modernizes test annotations
- Updates dependencies and development tools
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| composer.json | Updates PHP version requirements, PHPUnit, veewee/xml, and adds psalm dependency |
| tests/Unit/XmlnsTest.php | Modernizes PHPUnit annotations from docblock to attributes |
| .phive/phars.xml | Updates php-cs-fixer version |
| .github/workflows/tests.yaml | Updates CI matrix to test PHP 8.3, 8.4, and 8.5 |
| .github/workflows/code-style.yaml | Updates CI matrix to test PHP 8.3, 8.4, and 8.5 |
| .github/workflows/analyzers.yaml | Updates CI matrix to test PHP 8.3, 8.4, and 8.5 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
- Updated PHP version requirements: removed 8.2, added 8.5 support - Updated php-cs-fixer to version 3.88.2 via phive - Updated composer dependencies: - veewee/xml to ^3.3 (latest compatible version) - phpunit/phpunit to ~12.3 (latest in range) - vimeo/psalm to ~6.13 (latest in range) - azjezz/psl to 3.3.0 (upgraded automatically) - Updated GitHub Actions workflow matrices to use PHP 8.3, 8.4, 8.5 (removed 8.2) - All changes were made by GitHub Copilot CLI agent
06b84d6 to
2bedace
Compare
2bedace to
10aee7e
Compare
10aee7e to
3ff7cfc
Compare
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.
Summary