Skip to content

Add Laravel 13 and Pest v4 compatibility#6

Merged
stevebauman merged 3 commits into
masterfrom
copilot/add-laravel-13-compatibility
Mar 18, 2026
Merged

Add Laravel 13 and Pest v4 compatibility#6
stevebauman merged 3 commits into
masterfrom
copilot/add-laravel-13-compatibility

Conversation

Copilot AI commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

Extends support to Laravel 13 and Pest v4 by broadening version constraints and updating the CI matrix.

Changes

  • composer.json

    • illuminate/contracts: ^10.0|^11.0|^12.0^10.0|^11.0|^12.0|^13.0
    • orchestra/testbench: ^8.22|^9.0|^10.0^8.22|^9.0|^10.0|^11.0
    • pestphp/pest: ^2.0|^3.0^2.0|^3.0|^4.0
    • pestphp/pest-plugin-arch: ^2.0|^3.0^2.0|^3.0|^4.0
    • pestphp/pest-plugin-laravel: ^2.0|^3.0^2.0|^3.0|^4.0
  • .github/workflows/run-tests.yml

    • Adds Laravel 13 / Testbench 11 entry for PHP 8.4; shifts existing matrix down (PHP 8.3 → L12, PHP 8.2 → L11)

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: stevebauman <6421846+stevebauman@users.noreply.github.com>
Copilot AI changed the title [WIP] Add compatibility for Laravel 13 Add Laravel 13 compatibility Mar 18, 2026
Copilot AI requested a review from stevebauman March 18, 2026 17:09
@stevebauman

Copy link
Copy Markdown
Member

@copilot Add pest v4.0 support

Co-authored-by: stevebauman <6421846+stevebauman@users.noreply.github.com>

Copilot AI commented Mar 18, 2026

Copy link
Copy Markdown
Contributor Author

@copilot Add pest v4.0 support

Done in 6c187f4. Added ^4.0 to pestphp/pest, pestphp/pest-plugin-arch, and pestphp/pest-plugin-laravel.

Copilot AI changed the title Add Laravel 13 compatibility Add Laravel 13 and Pest v4 compatibility Mar 18, 2026
@stevebauman stevebauman marked this pull request as ready for review March 18, 2026 17:28
@stevebauman stevebauman merged commit 1013cc0 into master Mar 18, 2026
3 checks passed
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