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
... which is, according to the docs, versions lower than 5.14.
We might want to go further and drop support for CiviCRM versions supporting PHP < 7.1 since the current ESR release is already marked incompatible with PHP 7.0
Reason being to be able to adopt PHP 7 language constructs. Pushing to 1.9 seems ok to me, since it'd be an API break.
However, discussing whether to support EOL PHP 7 versions, seems appropriate to me. The latest CiviCRM ESR release is incompatible with PHP 7.0 already.
jensschuppe
changed the title
Drop support for CiviCRM versions supporting PHP < 7.0
Drop support for CiviCRM versions supporting PHP < 7.2
Jul 3, 2023
3115564 drops support for CiviCRM Core versions supporting PHP < 7.2, so at least CiviCRM Core 5.35.0 is required. Dropping support for PHP 7.2 (by requiring CiviCRM Core 5.58) would introduce an incompatibility with the current ESR, which is 5.51.
... which is, according to the docs, versions lower than
5.14
.We might want to go further and drop support for CiviCRM versions supporting PHP <
7.1
since the current ESR release is already marked incompatible with PHP7.0
@bjendres thoughts?
The text was updated successfully, but these errors were encountered: