christophrumpel / missing-livewire-assertions

Adding the missing Livewire assertions to your Laravel project
MIT License
136 stars 25 forks source link

Add support for Livewire 3 #21

Closed joshualukecaine closed 1 year ago

christophrumpel commented 1 year ago

Hey, thanks. Can you take a look at the failing tests too?

joshualukecaine commented 1 year ago

need to remove php 8.0 from the test runs as it's not supported by livewire 3.0, should be 8.1 or above

joshualukecaine commented 1 year ago

Yeah the P8 - L9.x run needs to be removed for livewire 3

christophrumpel commented 1 year ago

Yeah I see, can you remove them from .github/workflows/run-tests ?

christophrumpel commented 1 year ago

Nice, thanks 👍 Do you know when Livewire 3 will be officially released?

joshualukecaine commented 1 year ago

Think it has now :)

christophrumpel commented 1 year ago

Indeed 😅 thanks a lot. Just one more thing, please use the new version now and not "beta".

christophrumpel commented 1 year ago

Hey @joshualukecaine, can you make the last change so we can release the new version?

christophrumpel commented 1 year ago

Thanks @joshualukecaine and @ildyria 👍