Closed robsontenorio closed 9 months ago
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 :(
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 ^
as an escape character. 🤔 If this is the issue, an alternative is to change to "illuminate/contracts=${{ matrix.laravel }}.*"
🙂 I would have thought it'd have been fine though, as it's quoted, but perhaps not.
@owenvoke seems that worked! https://github.com/blade-ui-kit/blade-icons/pull/224
Thanks :)