Merged
Conversation
Drop support for PHP <8.2, Laravel <11, Symfony <6.1, PHPUnit <10 and spatie/url v1. Update CI matrix to test PHP 8.2–8.4 with PHPUnit 10–11. Bump GitHub Actions to latest major versions. Changelog: changed
Accept Stringable in formatUrl() to handle Spatie\Url\Url objects. Add contents:write permission to pint workflow for auto-commit. Changelog: fixed
Changelog: fixed
Update baseline from old Juampi92\TestSEO namespace to Raiolanetworks\PluginSEOTest. Replace deprecated checkMissingIterableValueType with ignoreErrors identifier. Changelog: fixed
- Add conditional return types to HTMLParser::grabAttributeFrom() to properly narrow string vs array returns, eliminating all baseline suppressions - Type assertTitleEndsWith param as non-empty-string - Replace @dataProvider doc-comments with PHP attributes - Update phpunit.xml.dist to PHPUnit 11 schema - Bump laravel/pint dev dependency to ^1.18 Changelog: changed
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
Dependencies updated
^8.0.2→^8.2(drop PHP 8.0 and 8.1, both EOL)^7.0|...|^11.0→^11.0|^12.0(drop Laravel 7–10, all EOL)^8.3|^9.0|^10.0→^10.0|^11.0^1.3.4|^2.0→^2.0^5.4|^6.1→^6.1|^7.0^1.0→^1.18Bug fixes
SimpleSerializer::formatUrl()TypeError: acceptstring|Stringable|nullto handleSpatie\Url\UrlobjectsJuampi92\TestSEOnamespaceCode quality
HTMLParser::grabAttributeFrom()andgetArgumentsFromNode(), eliminating all PHPStan baseline suppressionsassertTitleEndsWithparam asnon-empty-string@dataProviderdoc-comments with PHP 8 attributescheckMissingIterableValueTypePHPStan config withignoreErrorsidentifierphpunit.xml.distto PHPUnit 11 schema, remove deprecated attributesCI/CD
actions/checkoutv3 → v4ramsey/composer-installv1 → v2laravel-pint-action1.0.0 → 2.5git-auto-commit-actionv4 → v5contents: writepermission to pint workflowTest plan