roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.8k stars 1.63k forks source link

PHP 8.4 support (bump minimum PHP version?) #9599

Open alecpl opened 1 month ago

alecpl commented 1 month ago

I've enabled testing on PHP 8.4 and there are some issues with --prefer-lowest run. That means we'll have to bump minimum supported PHP version or wait for the issues to be fixed (they might not be fixable, though).

I've created some upstream tickets:

As we remove require-dev section in packaging, we may have more luck with PHP7 support for production releases.

ps. I also run tests for 8.4 using 8.1 as a platform to workaround other issues.

pabzm commented 1 month ago

You changed code directly on the "master" branch, which makes the "unit" tests fail, which blocks proper pull requests. Please fix that.