-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update to PHP 8.1; add test setup script; monorepo update #4
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1 @@ | |||
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For dev purposes, do we actually want to hide deprecation notices? Surely they're useful..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, that's a good point. I think there were some deprecation warnings that broke Flarum with 8.1 at the time I actually added this locally.
Maybe keep the file, but comment it out in the Dockerfile so it's not enabled unless needed for some reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That seems like a good compromise :)
Co-authored-by: Ian Morland <[email protected]>
I think we'll also need an empty |
No description provided.