feat: add Laravel 13 support on 5.x - #178
Merged
Merged
Conversation
Declare illuminate/contracts ^13, extend the CI matrix with Laravel 13.10 and Pest 4, and document Filament 5 and nwidart 13 compatibility. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Remove static coverage report config from phpunit.xml.dist so CI runs without pcov/xdebug do not warn and exit 1 under failOnWarning. Keep coverage reports on the composer test-coverage script via CLI flags. Co-authored-by: Cursor <cursoragent@cursor.com>
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
illuminate/contractssupport for Laravel 13 alongside Filament 4/5 and nwidart 11–13.^13.10, Orchestra Testbench^11, and Pest 4 plugins.Notes
>=13.10, so the CI matrix uses^13.10rather than^13.0.testbench/ Pest 3 or 4); CI pins the Laravel version per matrix row as before.Test plan
vendor/bin/pest --cion Laravel 11 baseline (20 tests)vendor/bin/pintand./vendor/bin/phpstan analyselaravel/framework:^13.10+filament/filament:^5.5+nwidart/laravel-modules:^13.0+coolsam/modulesresolves successfullyMade with Cursor