-
Notifications
You must be signed in to change notification settings - Fork 428
Fix compatibility with Laravel 12.34 #638
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
Conversation
|
@khepin @vyuldashev can one of you take a look at this? |
|
Looks like just will be enough |
|
@alexeydotsenko nope, Laravel's |
|
They do not lock a type of $config variable to array. According to a code configuration will be provided as array, but we can store it in any format. So we can do it without extra code changes |
|
That is very risky, since usage of |
|
Oh my. Please review this - my app is down now 😭 |
|
@duykb2015 downgrade to Laravel 12.33 for now. |
|
@FrittenKeeZ it’s all good now. I copied your file and it’s working. Thank you so much, you saved me! |
|
Please review the changes @khepin @vyuldashev |
|
Temp workaround: #639 (comment) |
|
@khepin @vyuldashev Any news on this? |
|
Tests are failing because #628 hasn't been merged |
|
@vyuldashev Any news on this? |
|
@vyuldashev Are you going to look at this or should we fork? |
|
@FrittenKeeZ can you pull the latest master in your branch to rerun the tests |
|
@khepin it should be ready for workflows now |
|
@khepin it's throwing errors in files I haven't even touched - what's going on? |
|
I am not sure what's going on. Are you able to run those failing tests locally and see if the same errors happen. Seems to be only for some version combinations of PHP/Laravel |
|
@khepin I get the same errors locally running PHP 8.4 and Laravel 12 / Testbench 10 Edit: Apparently it's all |
|
@khepin I think I solved the issue with tests not being properly skipped - can you run the workflow again? |
Described in #635 and #636 - implementing the direct fix from the latter.