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] Update to PHPUnit 9.6 #1228

Closed oliverklee closed 12 months ago

oliverklee commented 12 months ago

Composer will (or at least should) install the very same latest version anyway

For a regular composer install (without a composer.lock) or composer update, yes, it will. However, we run our CI pipeline both with the highest and lowest allowed Composer dependencies (to check for problems related to different versions of our dependencies), so for the "lowest" dependency set, we should in theory have been using PHPUnit 9.5, but for some reason indeed were already using PHPUnit 9.6: https://github.com/MyIntervals/emogrifier/actions/runs/6125941206/job/16628972405