Skip to content

Support for Laravel 13#9

Merged
ildyria merged 2 commits into
mainfrom
laravel-13
Jun 12, 2026
Merged

Support for Laravel 13#9
ildyria merged 2 commits into
mainfrom
laravel-13

Conversation

@ildyria

@ildyria ildyria commented Jun 12, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Tests

    • Expanded test matrix to cover Laravel 13 alongside existing versions.
  • Chores

    • Updated dependency constraints for illuminate/contracts (now includes ^13.0) and orchestra/testbench (now includes ^11.0.0) to support additional versions.

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@ildyria, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 56 minutes and 18 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e48a4cfb-80f3-41d2-a6ce-88b4cbd0719d

📥 Commits

Reviewing files that changed from the base of the PR and between d23c14a and 8f1efb8.

📒 Files selected for processing (2)
  • .github/workflows/phpstan.yml
  • .github/workflows/run-tests.yml
📝 Walkthrough

Walkthrough

The pull request expands the test suite and dependency constraints to support Laravel 13. The GitHub Actions workflow matrix adds Laravel 13 testing with the corresponding testbench version, and composer.json is updated to allow illuminate/contracts ^13.0 and orchestra/testbench ^11.0.0.

Changes

Laravel 13 Support

Layer / File(s) Summary
CI test matrix and dependency version constraints
.github/workflows/run-tests.yml, composer.json
GitHub Actions test matrix adds Laravel 13 with testbench 11.x and carbon ^3.0. Composer dependencies are widened to allow illuminate/contracts ^13.0 and orchestra/testbench ^11.0.0 alongside existing version constraints.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 A rabbit hops through version trees,
Laravel 13 brought to ease,
Test matrix now spans far and wide,
Dependencies dance side by side!
Constraints adjusted, support expands bright,

🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ildyria ildyria merged commit be2814a into main Jun 12, 2026
18 checks passed
@ildyria ildyria deleted the laravel-13 branch June 12, 2026 15:14
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