Skip to content

Add Laravel 12.x, 13.x and PHP 8.2/8.3/8.4 support - #62

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

Add Laravel 12.x, 13.x and PHP 8.2/8.3/8.4 support#62
ousid merged 5 commits into
mainfrom
feat/add-laravel-13-support

Conversation

@ousid

@ousid ousid commented Jun 19, 2026

Copy link
Copy Markdown
Member

Summary

  • illuminate/console + illuminate/contracts: add ^13.0
  • php: add ^8.2|^8.3|^8.4
  • orchestra/testbench: add ^10.0|^11.0
  • nunomaduro/collision: add ^9.0
  • nunomaduro/larastan: add ^3.0
  • pestphp/pest: add ^3.7, pest-plugin-laravel: add ^3.0
  • phpstan rules + phpunit/phpunit: add ^2.0 / ^11.0
  • CI: add PHP 8.4, Laravel 12/13 (testbench 10/11), carbon ">=3.8.4" on all rows
  • CI: drop prefer-lowest, upgrade actions/checkout to v6, add --no-coverage
  • phpunit.xml.dist: remove deprecated PHPUnit 10+ attributes

Oussama Sid added 5 commits June 19, 2026 15:03
- illuminate/console + illuminate/contracts: add ^13.0
- php: add ^8.2|^8.3|^8.4
- orchestra/testbench: add ^10.0|^11.0
- nunomaduro/collision: add ^9.0, larastan: add ^3.0
- pestphp/pest: add ^3.7, pest-plugin-laravel: add ^3.0
- phpstan rules/phpunit: add ^2.0, phpunit: add ^11.0
- CI: add PHP 8.4, Laravel 12/13, carbon ">=3.8.4", checkout v6, --no-coverage
- CI: drop prefer-lowest, clean up deprecated phpunit.xml.dist attributes
tests/Pest.php already applies uses(TestCase::class), so $this->artisan()
and other helpers come from Orchestra Testbench, not pest-plugin-laravel.
Symfony/Console now enforces void return type on Command::configure();
add void to silence the PHP Fatal error on Laravel 13.
Also pin phpunit schema to 11.0 to prevent the deprecated-schema warning.
@ousid
ousid merged commit 0a7cb7f into main Jun 19, 2026
26 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.

1 participant