Skip to content

Laravel 13 support#34

Open
louisbels wants to merge 1 commit into
roach-php:mainfrom
louisbels:laravel-13
Open

Laravel 13 support#34
louisbels wants to merge 1 commit into
roach-php:mainfrom
louisbels:laravel-13

Conversation

@louisbels
Copy link
Copy Markdown

Follows the same pattern as #32 (Laravel 12 support) — just bumps version constraints.

Changes

  • composer.json: add ^13.0 to laravel/framework, ^11.0 to orchestra/testbench, ^12.0 to phpunit/phpunit
  • .github/workflows/run_tests.yml: add 13.* to the matrix with testbench: ^11.0, and exclude PHP 8.1/8.2 for L13 (L13 requires PHP 8.3+)

Verified locally

Tests pass on PHP 8.4 + Laravel 13.6.0 + PHPUnit 12.5.23:

OK (2 tests, 2 assertions)

@henryonsoftware
Copy link
Copy Markdown

bump

yaroslavpopovic added a commit to yaroslavpopovic/roach-php-laravel that referenced this pull request May 10, 2026
…support

Replicates roach-php#34 (Laravel 13 support PR by louisbels).

- Bump laravel/framework constraint to include ^13.0
- Bump orchestra/testbench to ^11.0 for L13
- Bump phpunit/phpunit to ^12.0 for L13
- Add PHP 8.5 to allowed range

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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