Add Laravel 13 and Pest v4 compatibility#23
Merged
stevebauman merged 4 commits intomasterfrom Mar 18, 2026
Merged
Conversation
Co-authored-by: stevebauman <6421846+stevebauman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Laravel 13 compatibility
Add Laravel 13 compatibility
Mar 18, 2026
Member
|
@copilot Add Laravel 12 case to run-tests.yml |
Co-authored-by: stevebauman <6421846+stevebauman@users.noreply.github.com>
Contributor
Author
Member
|
@copilot Add pest v4.0 compatibility |
Co-authored-by: stevebauman <6421846+stevebauman@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Add Laravel 13 compatibility
Add Laravel 13 and Pest v4 compatibility
Mar 18, 2026
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.
Extends support to Laravel 13 and Pest v4 alongside existing Laravel 9–12 and Pest v1–3 support.
Changes
composer.json: Added^13.0to allilluminate/*constraints (redis,support,database,collections),^11.0toorchestra/testbench, and^4.0topestphp/pestandpestphp/pest-plugin-laravelrun-tests.yml: Added PHP 8.4 matrix entries for both Laravel12.*/ testbench10.*and Laravel13.*/ testbench11.*; added explicitpestversion pins to all matrix entries (4.*for PHP 8.4,3.*for PHP 8.3,2.*for PHP 8.2,1.*for PHP 8.1) and updated the install step to require the pinned pest version💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.