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

Remove deprecations in preparations for Symfony 6 #818

Open
tacman opened this issue Nov 14, 2021 · 2 comments · May be fixed by #819
Open

Remove deprecations in preparations for Symfony 6 #818

tacman opened this issue Nov 14, 2021 · 2 comments · May be fixed by #819

Comments

@tacman
Copy link

tacman commented Nov 14, 2021

I've started to work on fixing deprecation warnings so that this excellent app can run under Symfony 6 when it comes out in a few weeks.

Symfony 6 requires PHP8, so I've added that to the CI tests.

I'll make a PR soon.

What do you think of having the tests run against Sqlite instead of mysql? It makes local development a bit easier to not require a MySql server.

I've bumped doctrine, and am failing on what is probably something simple, I'll submit a PR and maybe someone can help with whatever I'm doing wrong in the setup.

@j0k3r j0k3r linked a pull request Nov 15, 2021 that will close this issue
@j0k3r
Copy link
Owner

j0k3r commented Nov 15, 2021

Thanks for taking the time to update the project.
I think it's still important to keep MySQL, it doesn't add too much overload during tests. You can still use SQLite locally it you prefer.

@tacman
Copy link
Author

tacman commented Jan 26, 2024

What is the status for Symfony 6 (or now, Symfony 7)

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 a pull request may close this issue.

2 participants