You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current project supports outdated PHP versions as low as 5.2, which is EOL for more than 11 years now.
Issue #69 showed that is not even possible to build the required test images for these versions anymore. Tests for these versions have been dropped in PR #71.
It is reasonable to keep support for PHP 7.2 as it is part of running distros like Ubuntu 18.04, although it should be recommended everywhere to update to 8.0.
Since it's a small project and people might include it in all kind of setups it would be great to ideally still support PHP 7.0 and newer from my perspective and it be fine to drop support for PHP 5.X as long as we release a new major version then.
Would it cause any issues to also support PHP 7.0 and 7.1 re the tests?
The current project supports outdated PHP versions as low as 5.2, which is EOL for more than 11 years now.
Issue #69 showed that is not even possible to build the required test images for these versions anymore. Tests for these versions have been dropped in PR #71.
@sgiehl wrote:
My proposal: Streamline this with the current version of matomo/matomo and drop support for all versions < 7.2. They are all EOL.
It is reasonable to keep support for PHP 7.2 as it is part of running distros like Ubuntu 18.04, although it should be recommended everywhere to update to 8.0.
Proposed steps:
The text was updated successfully, but these errors were encountered: