This week we migrated from PHP 7.3.9 to PHP 7.4.2. This might not sound like a big jump to most, but it is. We made sure that all our PHP files were updated with the PHP 7.4 syntax.
We try to make our software run with the newest technologies to offer the highest amount of security and functionality. It takes some time when we update our infrastructure with every small update, but we save a lot when updating to a major release. And we keep learning and adjusting to the newest trends.
The migration manual 7.3.x to 7.4.x from PHP was very useful.