Skip to content
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

Add compatibility for laravel 9.* #28

Merged
merged 2 commits into from
Apr 12, 2022

Conversation

yeganemehr
Copy link
Contributor

Hi
I actually make a single change to make this package to Laravel 9.
MocksApplicationServices trait removed from Orchestra\Testbench\TestCase in orchestra/testbench:7 due to mark this as deprecated in laravel 8 (laravel/framework#36716)
So I used Event facade as it suggested in official document.

I also changed workflow matrix to test Laravel 9 only with php 8.0 and not 7.4

@mateusjunges mateusjunges merged commit 71185fa into mateusjunges:master Apr 12, 2022
@mateusjunges
Copy link
Owner

Thank you @yeganemehr!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants