Skip to content

chore: support laravel 13 - #14

Open
Jimerson21 wants to merge 1 commit into
upstash:masterfrom
Jimerson21:feat/laravel-13-support
Open

Jimerson21 wants to merge 1 commit into
upstash:masterfrom
Jimerson21:feat/laravel-13-support

Conversation

@Jimerson21

@Jimerson21 Jimerson21 commented May 15, 2026

Copy link
Copy Markdown

Adds Laravel 13 support.

Changes

  • composer.json: extend illuminate/contracts and orchestra/testbench constraints to cover Laravel 13 / Testbench 11.
  • .github/workflows/run-tests.yml: add a laravel: 13.* matrix entry with the corresponding testbench: 11.* include.

The package's runtime code (ServiceProvider, Facade, VectorManager) only uses stable Laravel APIs that did not change between v10 and v13, so the cap on illuminate/contracts was purely a metadata constraint blocking installs on L13.

@obrienma obrienma 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.

Works great! I hope this gets merged

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