-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Laravel 11 #223
Laravel 11 #223
Conversation
Heya. Can you also add the new test bench version and update the matrix build on the GHA? |
Done! But it fails because v11 dependencies :( |
composer.json
Outdated
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", | ||
"illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0", | ||
"illuminate/support": "^8.0|^9.0|^10.0|^11.0", | ||
"illuminate/view": "^8.0|^9.0|^10.0|^11.0", | ||
"symfony/console": "^5.3|^6.0", | ||
"symfony/finder": "^5.3|^6.0" |
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.
You'll have to add Symfony v7 constraints here as well.
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.
What's weird is that the exact same build on Ubuntu does work. I'm gonna leave this open until after Laravel v11's release and then merge and tag. |
Is disabled the Laravel v11 windows build for now. Thanks! |
This might be happening because Windows treats |
No description provided.