Skip to content

Conversation

@PowerKiKi
Copy link
Member

No description provided.

Because it's been a very long time since it was useful for us. Code
coverage statistics over time is the last interesting bit, but not worth
the extra computing and maintenance cost.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the project to support PHP 8.5 (pre-release) by updating the minimum PHP version requirement, modernizing test infrastructure with PHPUnit attributes, updating dependencies, and removing Scrutinizer CI integration in favor of GitHub Actions-only CI.

Key Changes:

  • Upgraded minimum PHP version from 8.2 to 8.4 with 8.5 testing support
  • Migrated PHPUnit test annotations to PHP 8 attributes (DataProvider)
  • Updated major dependencies including PHPUnit 9→12, PHPStan 1.9→2.1, and related packages
  • Removed Scrutinizer CI integration and badges

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
composer.json Updated PHP requirement to ^8.4 and dependency version constraints
composer.lock Comprehensive dependency updates reflecting new version requirements
tests/UploadTypeTest.php Migrated @dataProvider annotation to #[DataProvider] attribute
phpunit.xml.dist Updated PHPUnit configuration schema and modernized cache/source syntax
phpstan.neon.dist Changed PHPStan level from 'max' to '8'
.github/workflows/main.yml Updated CI matrix to test PHP 8.4 and 8.5, removed coverage job
README.md Removed Scrutinizer CI badges
.scrutinizer.yml Deleted Scrutinizer CI configuration file
.gitattributes Removed .scrutinizer.yml from export-ignore list

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@PowerKiKi PowerKiKi changed the title PHP 8.5 PHP 8.4 Dec 30, 2025
@PowerKiKi PowerKiKi merged commit c8f64d9 into master Dec 30, 2025
18 checks passed
@PowerKiKi PowerKiKi deleted the php85 branch December 31, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants