Closed
Drop Laravel v12 support, require Laravel v13+ and PHP 8.3+#92
Conversation
Co-authored-by: chinleung <19669331+chinleung@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing tests in pull request #91
Fix PHPUnit 12 / Laravel 13 compatibility
Mar 3, 2026
Co-authored-by: chinleung <19669331+chinleung@users.noreply.github.com>
Copilot
AI
changed the title
Fix PHPUnit 12 / Laravel 13 compatibility
Laravel 13 / PHPUnit 12 compatibility
Mar 3, 2026
chinleung
marked this pull request as ready for review
March 3, 2026 21:08
Co-authored-by: chinleung <19669331+chinleung@users.noreply.github.com>
Copilot
AI
changed the title
Laravel 13 / PHPUnit 12 compatibility
Drop Laravel v12 support, require Laravel v13+ and PHP 8.3+
Mar 3, 2026
|
Some date for Laravel 13 support? |
Owner
|
@netojose It's now supported in https://github.com/chinleung/laravel-multilingual-routes/releases/tag/v6.0.0. |
|
Thank you @chinleung :) |
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.
Laravel 13 raises the minimum PHP version to 8.3 and this package is moving to Laravel 13-only on the v6 branch, so older constraints are removed.
composer.jsonilluminate/support:^12.0|^13.0→^13.0php:^8.2→^8.3orchestra/testbench:^8.0|^9.0|^10.0|^11.0→^11.0phpunit/phpunit:^9.5.10|^10.5|^11.5.3|^12.5.12→^12.5.12.github/workflows/tests.yml['8.2', '8.3', '8.4']→['8.3', '8.4']💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.