Skip to content

Laravel 13 support#467

Merged
barryvdh merged 3 commits into
rcrowe:masterfrom
bytestream:laravel-13
Mar 20, 2026
Merged

Laravel 13 support#467
barryvdh merged 3 commits into
rcrowe:masterfrom
bytestream:laravel-13

Conversation

@bytestream

Copy link
Copy Markdown
Contributor

@barryvdh 🤞🏼

Copilot AI review requested due to automatic review settings March 20, 2026 16:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds compatibility scaffolding for the next Laravel major by widening Composer constraints and extending CI to cover the new Laravel/PHP combinations, plus a small test helper tweak to avoid deprecated reflection accessibility toggling.

Changes:

  • Allow Laravel 13 (illuminate/* + laravel/framework) in composer.json.
  • Extend GitHub Actions test matrix to include Laravel 13 and PHP 8.5, with a new “Select Laravel 13” step.
  • Simplify tests/Helpers.php reflection attribute access to call ReflectionProperty::getValue() directly.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
tests/Helpers.php Removes setAccessible(true/false) usage when reading non-public properties via reflection.
composer.json Expands supported Laravel/Illuminate versions to include ^13.
.github/workflows/ci.yml Adds Laravel 13 and PHP 8.5 to the CI matrix and installs laravel/framework:13.* for that lane.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@barryvdh barryvdh merged commit 03a767c into rcrowe:master Mar 20, 2026
19 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.

3 participants