Open JamesFreeman opened 7 months ago
Hi @JamesFreeman ! This PR is perfect! Thanks! With it, at least 2 issues will be behind us and L11 compatible! Hopefully @joshgaber could take the time to merge it!
@JamesFreeman Thanks for doing this. For now I have forked the project, but would prefer to just have this one updated.
@JamesFreeman Thanks for doing this. For now I have forked the project, but would prefer to just have this one updated.
No problems, I'm in the same boat. I've published this PR if you want to point to my branch.
Any updates on this @joshgaber
Any updates on this @joshgaber ?
@joshgaber any update?
Hi @joshgaber,
Here's a PR for the Laravel 11.x migration, I've spent some time upgrading the CI.yml to now test against the different PHP versions and Laravel versions.
It's worth noting the tests were failing against main, so I've pulled in #59's PR (👏 - great work @kichetof).
I've also migrated the phpunit.xml to the new format and also allow for PHPUnit 11.
I had a couple of issues, with compatibility with Nova 4, so I've migrated the signature of
withOrdering
insrc/Lenses/MockLensRequest.php
. I've also disabledtestItSucceedsOnPushResponse
due to the fact it was deprecated by Nova now anyway because of these changes it might be worth doing this as a Major jump because of the breaking changes.New Project secret required
As per the new Nova composer format, you'll need to add a new project secret for
${{ secrets.NOVA_4_EMAIL }}
Let me know if you have any questions or need any more changes.