-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supports Laravel 11 #329
Supports Laravel 11 #329
Conversation
Nice! Let me know when I can review this one! |
Test failing and depends on symfony/symfony#53521 |
"Key": "cached-key", | ||
"Value": "cached-value" | ||
"Event": "<code>Missed<\/code>", | ||
"Key": "cached-key" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correctly handle the assertion as it was incorrectly showing Hit
when it should have been Missed
due to defaulting to file
cache driver.
@@ -12,7 +12,7 @@ jobs: | |||
- name: Setup PHP | |||
uses: shivammathur/setup-php@2.29.0 | |||
with: | |||
php-version: '8.0' | |||
php-version: 8.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe phpstan
should be tested on the latest stable version.
@freekmurze this is ready. |
Thank you! |
No description provided.