Skip to content

Add Laravel 13.x support#19

Merged
ousid merged 4 commits into
mainfrom
feat/add-laravel-13-support
Jun 19, 2026
Merged

Add Laravel 13.x support#19
ousid merged 4 commits into
mainfrom
feat/add-laravel-13-support

Conversation

@ousid

@ousid ousid commented Jun 19, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds illuminate/contracts ^13.0 to support Laravel 13
  • Adds orchestra/testbench ^11.0 and nunomaduro/collision ^9.0
  • Expands CI matrix to include Laravel 13.* (testbench 11.*)
  • Fixes Windows CI: carbon constraint changed to ">=3.8.4" (PowerShell strips ^)
  • Drops prefer-lowest stability, removes stale laravel: 10.* exclude (10.* not in matrix)
  • Upgrades actions/checkout to v6
  • Adds --no-coverage to prevent PHPUnit coverage warning from failing with failOnWarning=true
  • Removes deprecated stopOnFailure and beStrictAboutOutputDuringTests from phpunit.xml.dist

Oussama Sid and others added 4 commits June 19, 2026 14:50
- illuminate/contracts: add ^13.0
- orchestra/testbench: add ^11.0
- nunomaduro/collision: add ^9.0
- CI: add Laravel 13.* (testbench 11.*), carbon ">=3.8.4" on all rows
- CI: drop prefer-lowest, remove stale L10 exclude, upgrade actions/checkout to v6
- CI: add --no-coverage to pest command
- phpunit.xml.dist: remove stopOnFailure and beStrictAboutOutputDuringTests
pest-plugin-laravel ^3.0 only supports up to Laravel 12. Tests only
use the Sendy facade directly (no HTTP helpers), so the plugin is not
needed.
Laravel 13 requires Http::response() body to be a string, array, or null.
Changed true → '1' and 25 → '25' in test fakes.
@ousid ousid merged commit 10ec15d into main Jun 19, 2026
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.

1 participant