Skip to content

Commit

Permalink
Revert "feat: update supported php versión"
Browse files Browse the repository at this point in the history
This reverts commit eca27f0.
  • Loading branch information
mastudillot committed Oct 15, 2024
1 parent 405dcdb commit d916779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/shared/Helpers/InfoUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class InfoUtil
*/
public static function getValidatephp()
{
if (version_compare(phpversion(), '8.3.11', '<=') &&
version_compare(phpversion(), '8.2.0', '>=')) {
if (version_compare(phpversion(), '8.1.8', '<=') &&
version_compare(phpversion(), '7.0.0', '>=')) {
return [
'status' => 'OK',
'version' => phpversion(),
Expand Down

0 comments on commit d916779

Please sign in to comment.