MyIntervals / emogrifier

Converts CSS styles into inline style attributes in your HTML code.
https://www.myintervals.com/emogrifier.php
MIT License
905 stars 153 forks source link

[TASK] Use the development PHP INI on CI #1258

Closed oliverklee closed 5 months ago

oliverklee commented 5 months ago

This allows us to see (and fail on) PHP warnings and notices.

Fixes #1257

oliverklee commented 5 months ago

I assume the debug.max_nesting_level is sufficient in the development ini.

Yes, it is. (IIRC, we added this line as we had test failures.)