You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed PHP 8.1 and 8.2 support, added PHP 8.5 support
- Updated GitHub workflow to use PHP 8.3, 8.4, 8.5 with continue-on-error for 8.5
- Replaced friendsofphp/php-cs-fixer with php-cs-fixer/shim ^3.88
- Upgraded phpunit/phpunit to ^12.4
- Upgraded phpro/grumphp-shim to ^2.17
- Updated phpunit.xml.dist for PHPUnit 12 compatibility:
- Updated XSD schema location
- Added new strict configuration options
- Converted coverage configuration to PHPUnit 12 format
- Converted all test annotations to PHPUnit 12 attributes:
- `@test` → #[Test]
- `@covers` → #[CoversClass]
- Updated GitHub workflow to use vendor/bin executables instead of tools folder
- All tests passing with PHPUnit 12.4.1
Code changes made using GitHub Copilot CLI assistant.
0 commit comments