Skip to content

chore: upgrade to Laravel 13#22

Merged
imorland merged 1 commit into
2.xfrom
im/laravel-13
Mar 21, 2026
Merged

chore: upgrade to Laravel 13#22
imorland merged 1 commit into
2.xfrom
im/laravel-13

Conversation

@imorland

@imorland imorland commented Mar 19, 2026

Copy link
Copy Markdown
Member

Summary

CI will fail until core is next released

  • Bumps `illuminate/redis` from `^11.0 || ^12.0` to `^13.0`
  • Replaces `Cache::remember` with `Cache::flexible` in `RedisCacheSettingsRepository` — serves stale settings for the final 5 minutes of the 1-hour TTL while one background process refreshes, eliminating the expiry stampede

Related

…r settings

- Bump illuminate/redis from ^11.0||^12.0 to ^13.0
- Replace Cache::remember with Cache::flexible in RedisCacheSettingsRepository
  to serve stale settings for the last 5 minutes of the TTL while one
  background process refreshes, eliminating the expiry stampede
@imorland imorland marked this pull request as ready for review March 21, 2026 08:10
@imorland imorland requested a review from a team as a code owner March 21, 2026 08:10
@imorland imorland merged commit 6b26e42 into 2.x Mar 21, 2026
6 of 14 checks passed
@imorland imorland deleted the im/laravel-13 branch March 21, 2026 09:17
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